diff --git a/Internal/TentativeTypes.php b/Internal/TentativeTypes.php index 5707a83..ee403b3 100644 --- a/Internal/TentativeTypes.php +++ b/Internal/TentativeTypes.php @@ -1102,6 +1102,8 @@ class TentativeTypes 'isDot' => 'bool', 'rewind' => 'void', 'valid' => 'bool', + 'key' => 'mixed', + 'current' => 'mixed', 'next' => 'void', 'seek' => 'void', ],