We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8156b17 commit 6864a44Copy full SHA for 6864a44
tests/PHPStan/Rules/Properties/data/bug-10048.php
@@ -28,4 +28,6 @@ public function useCallback(): void
28
}
29
30
31
-(new Foo())->useCallback();
+function doFoo() {
32
+ (new Foo())->useCallback();
33
+}
0 commit comments