You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature symfony#54879 BicValidator add strict mode to validate bics in strict mode (maxbeckers)
This PR was merged into the 7.2 branch.
Discussion
----------
BicValidator add strict mode to validate bics in strict mode
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | Fixsymfony#54822
| License | MIT
Add a strict mode for bic validation (default strict, behavior before the pr is strict). But it is possible to set strict to `false` to allow lowercase input.
I'll add it to the docs when this PR is merged.
Commits
-------
a28b5e6 [Validator] BicValidator add strict mode to validate bics in strict mode
0 commit comments