Skip to content

Commit 4b6ad7f

Browse files
committed
Fix
1 parent bec49ea commit 4b6ad7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Assert.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace PHPUnit\Framework;
55
abstract class Assert
66
{
77
/**
8-
* @phpstan-assert list $array
8+
* @phpstan-assert list<mixed> $array
99
*
1010
* @throws ExpectationFailedException
1111
*/

0 commit comments

Comments
 (0)