Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32ad59f

Browse files
[ErrorHandler] Fix list of tentative return types
1 parent 1457491 commit 32ad59f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/ErrorHandler/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)