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 4f814d6 commit 2f60571Copy full SHA for 2f60571
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