We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96750b5 commit e878151Copy full SHA for e878151
tests/PHPStan/Reflection/data/mixedType.php
@@ -38,5 +38,5 @@ function (): void {
38
assertType('mixed', $foo);
39
};
40
41
- assertType('mixed', $f(1));
+ assertType('void', $f(1));
42
0 commit comments