Skip to content

Commit 2efb35b

Browse files
committed
cs
1 parent 3fe355c commit 2efb35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/Php85/Rector/FuncCall/ArrayKeyExistsNullToEmptyStringRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
namespace Rector\Php85\Rector\FuncCall;
66

7-
use PHPStan\Type\UnionType;
8-
use PHPStan\Type\TypeCombinator;
97
use PhpParser\Node;
108
use PhpParser\Node\Expr\FuncCall;
119
use PHPStan\Analyser\Scope;
1210
use PHPStan\Reflection\ClassReflection;
1311
use PHPStan\Reflection\FunctionReflection;
12+
use PHPStan\Type\TypeCombinator;
13+
use PHPStan\Type\UnionType;
1414
use Rector\NodeAnalyzer\ArgsAnalyzer;
1515
use Rector\NodeTypeResolver\Node\AttributeKey;
1616
use Rector\NodeTypeResolver\PHPStan\ParametersAcceptorSelectorVariantsWrapper;

0 commit comments

Comments
 (0)