Skip to content

Commit 80e7fac

Browse files
authored
Discard changes to tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php
1 parent 30e6d0f commit 80e7fac

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
@@ -7906,7 +7906,7 @@ public static function dataArrayKeysInBranches(): array
79067906
'$arrayAppendedInForeach',
79077907
],
79087908
[
7909-
"non-empty-array<int<0, max>, 'bar'|'baz'|'foo'>",
7909+
'non-empty-array<int<0, max>, literal-string&lowercase-string&non-falsy-string>', // could be 'array<int<0, max>, \'bar\'|\'baz\'|\'foo\'>'
79107910
'$anotherArrayAppendedInForeach',
79117911
],
79127912
[

0 commit comments

Comments
 (0)