8000 relax expected format for PHP 8.5 compatibility · symfony/symfony@b02a56a · GitHub
[go: up one dir, main page]

Skip to content

Commit b02a56a

Browse files
committed
relax expected format for PHP 8.5 compatibility
1 parent 0549c6f commit b02a56a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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"]=>
@@ -49,5 +49,6 @@ object(Symfony\Component\ErrorHandler\Error\FatalError)#%d (%d) {
4949
string(%d) "%s"
5050
["line"]=>
5151
int(%d)
52+
%a
5253
}
5354
}

0 commit comments

Comments
 (0)
0