8000 minor #59674 [ErrorHandler] relax expected format for PHP 8.5 compati… · symfony/symfony@54b61d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54b61d4

Browse files
committed
minor #59674 [ErrorHandler] relax expected format for PHP 8.5 compatibility (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [ErrorHandler] relax expected format for PHP 8.5 compatibility | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f8fe846 relax expected format for PHP 8.5 compatibility
2 parents 0549c6f + f8fe846 commit 54b61d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/ErrorHandler/Tests/phpt/fatal_with_nested_handlers.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ object(Symfony\Component\ErrorHandler\Error\FatalError)#%d (%d) {
4040
string(209) "Error: Class Symfony\Component\ErrorHandler\Broken contains 5 abstract methods and must therefore be declared abstract or implement the remaining methods (Iterator::current, Iterator::next, Iterator::key, ...)"
4141
%a
4242
["error":"Symfony\Component\ErrorHandler\Error\FatalError":private]=>
43-
array(4) {
43+
array(%d) {
4444
["type"]=>
4545
int(1)
4646
["message"]=>
4747
string(202) "Class Symfony\Component\ErrorHandler\Broken contains 5 abstract methods and must therefore be declared abstract or implement the remaining methods (Iterator::current, Iterator::next, Iterator::key, ...)"
4848
["file"]=>
4949
string(%d) "%s"
5050
["line"]=>
51-
int(%d)
51+
int(%d)%A
5252
}
5353
}

0 commit comments

Comments
 (0)
0