Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0bca402

Browse files
committedOct 12, 2021
Fix
1 parent 054b12b commit 0bca402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9129,7 +9129,7 @@ public function dataPhp74Functions(): array
91299129
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLength',
91309130
],
91319131
[
9132-
PHP_VERSION_ID < 80000 ? 'non-empty-<int, string>|false' : 'non-empty-array<int, string>',
9132+
PHP_VERSION_ID < 80000 ? 'non-empty-array<int, string>|false' : 'non-empty-array<int, string>',
91339133
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLength',
91349134
],
91359135
[

0 commit comments

Comments
 (0)
Please sign in to comment.