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 b71495e commit ae9fb4bCopy full SHA for ae9fb4b
tests/PHPStan/Type/IntersectionTypeTest.php
@@ -22,6 +22,7 @@
22
use stdClass;
23
use Test\ClassWithToString;
24
use Traversable;
25
+use function array_key_exists;
26
use function count;
27
use function sprintf;
28
use const PHP_VERSION_ID;
tests/PHPStan/Type/UnionTypeTest.php
@@ -34,7 +34,6 @@
34
use function array_merge;
35
use function array_reverse;
36
use function get_class;
37
-use function PHPStan\dumpType;
38
39
40
0 commit comments