Skip to content

Commit 98bb312

Browse files
committed
Update bug-3558.php
1 parent 2d73870 commit 98bb312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ function (): void {
2828
}
2929

3030
if(count($idGroups) > 1){
31-
assertType('array{1, array{1, 2}, array{1, 2}, array{1, 2}}|array{1}', $idGroups);
31+
assertType('array{1, array{1, 2}, array{1, 2}, array{1, 2}}', $idGroups);
3232
}
3333
};

0 commit comments

Comments
 (0)