File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88use PhpParser \Node \Scalar \String_ ;
99use PHPStan \Analyser \Scope ;
1010use PHPStan \Node \Expr \TypeExpr ;
11- use PHPStan \Parser \ArrayMapArgVisitor ;
1211use PHPStan \Reflection \FunctionReflection ;
1312use PHPStan \Type \Accessory \AccessoryArrayListType ;
1413use PHPStan \Type \Accessory \NonEmptyArrayType ;
1514use PHPStan \Type \ArrayType ;
16- use PHPStan \Type \ClosureType ;
1715use PHPStan \Type \Constant \ConstantArrayTypeBuilder ;
1816use PHPStan \Type \Constant \ConstantIntegerType ;
19- use PHPStan \Type \Constant \ConstantStringType ;
2017use PHPStan \Type \DynamicFunctionReturnTypeExtension ;
2118use PHPStan \Type \IntegerType ;
2219use PHPStan \Type \MixedType ;
2623use PHPStan \Type \TypeUtils ;
2724use function array_slice ;
2825use function count ;
26+ use function preg_match ;
2927
3028final class ArrayMapFunctionReturnTypeExtension implements DynamicFunctionReturnTypeExtension
3129{
You can’t perform that action at this time.
0 commit comments