Skip to content

Commit 89fad74

Browse files
[ErrorHandler] Fix list of tentative return types
1 parent c1fcde6 commit 89fad74

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)