Skip to content

Commit 5fa0e8d

Browse files
committed
[ci-review] Rector Rectify
1 parent bd0b1c2 commit 5fa0e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/DowngradePhp80/Reflection/DefaultParameterValueResolver.php

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

55
namespace Rector\DowngradePhp80\Reflection;
66

7-
use PHPStan\Type\Constant\ConstantStringType;
8-
use PHPStan\Type\Constant\ConstantIntegerType;
9-
use PHPStan\Type\NullType;
107
use PhpParser\BuilderHelpers;
118
use PhpParser\Node\Expr;
129
use PhpParser\Node\Expr\ConstFetch;
1310
use PhpParser\Node\Name;
1411
use PHPStan\Reflection\ParameterReflection;
1512
use PHPStan\Type\Constant\ConstantArrayType;
1613
use PHPStan\Type\Constant\ConstantBooleanType;
14+
use PHPStan\Type\Constant\ConstantIntegerType;
15+
use PHPStan\Type\Constant\ConstantStringType;
16+
use PHPStan\Type\NullType;
1717
use PHPStan\Type\Type;
1818
use PHPStan\Type\VerbosityLevel;
1919
use Rector\Exception\ShouldNotHappenException;

0 commit comments

Comments
 (0)