Skip to content

Commit e878151

Browse files
committed
Fixed test
1 parent 96750b5 commit e878151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Reflection/data/mixedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ function (): void {
3838
assertType('mixed', $foo);
3939
};
4040

41-
assertType('mixed', $f(1));
41+
assertType('void', $f(1));
4242
};

0 commit comments

Comments
 (0)