Commit 75fa917
committed
bug symfony#58866 [Validator] fix compatibility with PHP < 8.2.4 (xabbuh)
This PR was merged into the 7.1 branch.
Discussion
----------
[Validator] fix compatibility with PHP < 8.2.4
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The fix for php/php-src#10647 (on which symfony#54062) relies on was first released with PHP 8.2.4.
Commits
-------
2d713ea fix compatibility with PHP < 8.2.4File tree
1 file changed
+11
-1
lines changed- src/Symfony/Component/Validator/Constraints
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
103 | 113 | | |
104 | 114 | | |
105 | 115 | | |
| |||
0 commit comments