Skip to content

Commit d916392

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: relax expected format for PHP 8.5 compatibility Bump Symfony version to 7.2.4 Update VERSION for 7.2.3 Update CHANGELOG for 7.2.3 Bump Symfony version to 6.4.19 Update VERSION for 6.4.18 Update CONTRIBUTORS for 6.4.18 Update CHANGELOG for 6.4.18
2 parents 8390131 + aabf799 commit d916392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)