Skip to content

Commit 4b87c7c

Browse files
committed
fix rebase
1 parent eb91ac5 commit 4b87c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-3993.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function doFoo($arguments)
1313
return;
1414
}
1515

16-
assertType('mixed~array{}|null', $arguments);
16+
assertType('mixed~(array{}|null)', $arguments);
1717

1818
array_shift($arguments);
1919

0 commit comments

Comments
 (0)