Skip to content

Commit bde2a3d

Browse files
committed
Fix tests
1 parent 0069107 commit bde2a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7897,7 +7897,7 @@ public function dataExplode(): array
78977897
{
78987898
return [
78997899
[
7900-
'array<int, string>',
7900+
'array<int, string>&nonEmpty',
79017901
'$sureArray',
79027902
],
79037903
[

0 commit comments

Comments
 (0)