Skip to content

Commit

Permalink
Merge branch '6.0' into 6.1
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed May 10, 2022
2 parents 3702105 + 838e33a commit 5ba1bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Internal/TentativeTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,8 @@ class TentativeTypes
'isDot' => 'bool',
'rewind' => 'void',
'valid' => 'bool',
'key' => 'mixed',
'current' => 'mixed',
'next' => 'void',
'seek' => 'void',
],
Expand Down

0 comments on commit 5ba1bb7

Please sign in to comment.