Skip to content

Commit 743d3ca

Browse files
committed
fix
1 parent ba8a13b commit 743d3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp81/Rector/Array_/DowngradeArraySpreadStringKeyRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use PHPStan\Type\Constant\ConstantArrayType;
1313
use PHPStan\Type\IntegerType;
1414
use PHPStan\Type\UnionType;
15-
use PHSPtan\Type\IntersectionType;
15+
use PHPStan\Type\IntersectionType;
1616
use Rector\DowngradePhp81\NodeAnalyzer\ArraySpreadAnalyzer;
1717
use Rector\DowngradePhp81\NodeFactory\ArrayMergeFromArraySpreadFactory;
1818
use Rector\PHPStan\ScopeFetcher;

0 commit comments

Comments
 (0)