Skip to content

Conversation

@barbieswimcrew
Copy link
Owner

No description provided.

@barbieswimcrew barbieswimcrew merged commit 7389728 into master Dec 7, 2024
12 checks passed
@dsbe-ak
Copy link

dsbe-ak commented Dec 9, 2024

Hi, this breaks setting groups via annotation options for ZipCode, because now the groups are set as an empty array, which will always overwrite the options['groups'] in the original Constraint constructor for symfony 5.4

if (null !== $groups) {
    $options['groups'] = $groups;
}

In the original Constraint constructor the groups are defined as ?array $groups = null

@barbieswimcrew
Copy link
Owner Author

@dsbe-ak sorry... my fault... fixed that with https://github.com/barbieswimcrew/zip-code-validator/releases/tag/v3.1.4

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