Commit caa1be7
committed
minor symfony#59107 [ErrorHandler] Fix error message in test with PHP 8.5 (alexandre-daubois)
This PR was merged into the 6.4 branch.
Discussion
----------
[ErrorHandler] Fix error message in test with PHP 8.5
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
PHP 8.5 singularize `methods` in an error message used in a test. To avoid having two test cases to maintain, let's just modify the broken class so there's always more than one method to be implemented.
Commits
-------
91cd482 [ErrorHandler] Fix error message with PHP 8.5File tree
1 file changed
+3
-3
lines changed- src/Symfony/Component/ErrorHandler/Tests/phpt
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments