Skip to content

Commit fd7af45

Browse files
committed
Update bug-6934.php
1 parent fc89575 commit fd7af45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function testNarrowing(?DOMNode $node): void {
1717
}
1818

1919
class Foo {
20-
public function doSomething(): string {
20+
public function doSomething($mixed): string {
2121
return 'hello';
2222
}
2323
}

0 commit comments

Comments
 (0)