Skip to content

Allow null parameter values in EnsureModelExists #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

xaviapa
Copy link
Collaborator

@xaviapa xaviapa commented Feb 20, 2025

No description provided.


$field = end($fieldToCheckParts);
if (!array_key_exists($field, $parameters)) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The real change, allowing null values.

.travis.yaml Outdated

matrix:
include:
- php: 8.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.3 is the minimum for this library

@xaviapa xaviapa merged commit 93038fb into master Feb 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants