Skip to content

Commit 5ba1bb7

Browse files
Merge branch '6.0' into 6.1
* 6.0: [Serializer] Fix AbstractObjectNormalizer not considering pseudo type false [Serializer] Fix JsonSerializableNormalizer ignores circular reference handler in $context [Serializer][PropertyInfo] Fix support for "false" built-in type on PHP 8.2 [ErrorHandler] Fix list of tentative return types Fix CS in Console Table after #45565 Suppress unhandled error in some specific use-cases. fix italian translation for validators
2 parents 3702105 + 838e33a commit 5ba1bb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Internal/TentativeTypes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,8 @@ class TentativeTypes
11021102
'isDot' => 'bool',
11031103
'rewind' => 'void',
11041104
'valid' => 'bool',
1105+
'key' => 'mixed',
1106+
'current' => 'mixed',
11051107
'next' => 'void',
11061108
'seek' => 'void',
11071109
],

0 commit comments

Comments
 (0)