File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rules/DowngradePhp80/Reflection Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55namespace Rector \DowngradePhp80 \Reflection ;
66
7- use PHPStan \Type \Constant \ConstantStringType ;
8- use PHPStan \Type \Constant \ConstantIntegerType ;
9- use PHPStan \Type \NullType ;
107use PhpParser \BuilderHelpers ;
118use PhpParser \Node \Expr ;
129use PhpParser \Node \Expr \ConstFetch ;
1310use PhpParser \Node \Name ;
1411use PHPStan \Reflection \ParameterReflection ;
1512use PHPStan \Type \Constant \ConstantArrayType ;
1613use PHPStan \Type \Constant \ConstantBooleanType ;
14+ use PHPStan \Type \Constant \ConstantIntegerType ;
15+ use PHPStan \Type \Constant \ConstantStringType ;
16+ use PHPStan \Type \NullType ;
1717use PHPStan \Type \Type ;
1818use PHPStan \Type \VerbosityLevel ;
1919use Rector \Exception \ShouldNotHappenException ;
You can’t perform that action at this time.
0 commit comments