We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82198a commit 03a0d6bCopy full SHA for 03a0d6b
tests/PHPStan/Analyser/nsrt/bug-6934.php
@@ -17,7 +17,7 @@ function testNarrowing(?DOMNode $node): void {
17
}
18
19
class Foo {
20
- public function doSomething(): string {
+ public function doSomething($mixed): string {
21
return 'hello';
22
23
0 commit comments