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 92cdee6 commit 375fa8bCopy full SHA for 375fa8b
1 file changed
tests/PHPStan/Type/Accessory/HasPropertyTypeTest.php
@@ -5,8 +5,6 @@
5
use Closure;
6
use DateInterval;
7
use Override;
8
-use PHPStan\DependencyInjection\ContainerFactory;
9
-use PHPStan\File\FileHelper;
10
use PHPStan\Testing\PHPStanTestCase;
11
use PHPStan\TrinaryLogic;
12
use PHPStan\Type\CallableType;
@@ -20,9 +18,7 @@
20
18
use PHPStan\Type\UnionType;
21
19
use PHPStan\Type\VerbosityLevel;
22
use PHPUnit\Framework\Attributes\DataProvider;
23
-use function file_put_contents;
24
use function sprintf;
25
-use function sys_get_temp_dir;
26
use const PHP_VERSION_ID;
27
28
class HasPropertyTypeTest extends PHPStanTestCase
0 commit comments