Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature symfony#57380 [Validator] fix IBAN validator fails if IBAN co…
…ntains non-breaking space (antten) This PR was submitted for the 5.4 branch but it was squashed and merged into the 7.2 branch instead. Discussion ---------- [Validator] fix IBAN validator fails if IBAN contains non-breaking space | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#57364 | License | MIT Hello, It's my first contribution to Symfony and I am really happy to be able to participate in the project. After analyzing the class \Symfony\Component\Validator\Constraints\IbanValidator, I think the solution proposed in the issue is the right one. Commits ------- 6f6c4b7 [Validator] fix IBAN validator fails if IBAN contains non-breaking space
- Loading branch information