Skip to content

Conversation

@xaviapa
Copy link
Collaborator

@xaviapa xaviapa commented Feb 20, 2025

No description provided.

$fieldToCheckParts = explode('=', (string) $fieldToCheck);

$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.

3 participants