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 b2494e8 commit 3501ad1Copy full SHA for 3501ad1
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