Skip to content

Commit cb638e5

Browse files
committed
chore: remove unused imports
1 parent 69f6951 commit cb638e5

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/Extensions/Eloquent/BuilderCollectionDynamicReturnType.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,16 @@
55
namespace Recoded\PHPStanLaravel\Extensions\Eloquent;
66

77
use Illuminate\Contracts\Database\Eloquent\Builder;
8-
use PhpParser\Node\Arg;
98
use PhpParser\Node\Expr\MethodCall;
109
use PHPStan\Analyser\Scope;
1110
use PHPStan\Reflection\MethodReflection;
1211
use PHPStan\Reflection\ParametersAcceptorSelector;
1312
use PHPStan\Type\ArrayType;
1413
use PHPStan\Type\DynamicMethodReturnTypeExtension;
1514
use PHPStan\Type\Generic\GenericObjectType;
16-
use PHPStan\Type\Generic\TemplateUnionType;
1715
use PHPStan\Type\IntegerType;
1816
use PHPStan\Type\ObjectType;
19-
use PHPStan\Type\StringType;
2017
use PHPStan\Type\Type;
21-
use PHPStan\Type\UnionType;
22-
use PHPStan\Type\VerbosityLevel;
2318

2419
final class BuilderCollectionDynamicReturnType implements DynamicMethodReturnTypeExtension
2520
{

src/Extensions/Eloquent/RelationMixinExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Recoded\PHPStanLaravel\Extensions\Eloquent;
66

7-
use Illuminate\Database\Eloquent\Model;
87
use PHPStan\Analyser\OutOfClassScope;
98
use PHPStan\Reflection\ClassReflection;
109
use PHPStan\Reflection\MethodReflection;

src/Extensions/Eloquent/WhereHasBuilderType.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
use PHPStan\Type\Generic\GenericObjectType;
1919
use PHPStan\Type\MethodParameterClosureTypeExtension;
2020
use PHPStan\Type\ObjectType;
21-
use PHPStan\Type\IntegerType;
22-
use PHPStan\Type\StringType;
2321
use PHPStan\Type\Type;
2422
use PHPStan\Type\TypeCombinator;
2523
use PHPStan\Type\VoidType;

0 commit comments

Comments
 (0)