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 aa441ff commit b7ceaddCopy full SHA for b7ceadd
tests/PHPStan/Analyser/nsrt/bug-12902.php
@@ -1,5 +1,7 @@
1
<?php declare(strict_types = 1);
2
3
+namespace Bug12902;
4
+
5
use function PHPStan\Testing\assertNativeType;
6
use function PHPStan\Testing\assertType;
7
0 commit comments