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 c537a4d commit a2e991fCopy full SHA for a2e991f
tests/PHPStan/Analyser/nsrt/bug-13747.php
@@ -1,6 +1,7 @@
1
<?php declare(strict_types = 1);
2
3
-use function PHPStan\dumpType;
+namespace Bug13747;
4
+
5
use function PHPStan\Testing\assertType;
6
7
class HelloWorld
0 commit comments