Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b07093b

Browse filesBrowse files
bug #46302 [ErrorHandler] Fix list of tentative return types (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [ErrorHandler] Fix list of tentative return types | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 32ad59f [ErrorHandler] Fix list of tentative return types
2 parents 0769acf + 32ad59f commit b07093b
Copy full SHA for b07093b

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.