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 38ac7ad commit 60e4151Copy full SHA for 60e4151
tests/PHPStan/Analyser/nsrt/bug-10834.php
@@ -2,6 +2,8 @@
2
3
declare(strict_types=1);
4
5
+namespace Bug10834;
6
+
7
use function PHPStan\Testing\assertType;
8
9
/**
0 commit comments