File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 5
5
namespace Recoded \PHPStanLaravel \Extensions \Eloquent ;
6
6
7
7
use Illuminate \Contracts \Database \Eloquent \Builder ;
8
- use PhpParser \Node \Arg ;
9
8
use PhpParser \Node \Expr \MethodCall ;
10
9
use PHPStan \Analyser \Scope ;
11
10
use PHPStan \Reflection \MethodReflection ;
12
11
use PHPStan \Reflection \ParametersAcceptorSelector ;
13
12
use PHPStan \Type \ArrayType ;
14
13
use PHPStan \Type \DynamicMethodReturnTypeExtension ;
15
14
use PHPStan \Type \Generic \GenericObjectType ;
16
- use PHPStan \Type \Generic \TemplateUnionType ;
17
15
use PHPStan \Type \IntegerType ;
18
16
use PHPStan \Type \ObjectType ;
19
- use PHPStan \Type \StringType ;
20
17
use PHPStan \Type \Type ;
21
- use PHPStan \Type \UnionType ;
22
- use PHPStan \Type \VerbosityLevel ;
23
18
24
19
final class BuilderCollectionDynamicReturnType implements DynamicMethodReturnTypeExtension
25
20
{
Original file line number Diff line number Diff line change 4
4
5
5
namespace Recoded \PHPStanLaravel \Extensions \Eloquent ;
6
6
7
- use Illuminate \Database \Eloquent \Model ;
8
7
use PHPStan \Analyser \OutOfClassScope ;
9
8
use PHPStan \Reflection \ClassReflection ;
10
9
use PHPStan \Reflection \MethodReflection ;
Original file line number Diff line number Diff line change 18
18
use PHPStan \Type \Generic \GenericObjectType ;
19
19
use PHPStan \Type \MethodParameterClosureTypeExtension ;
20
20
use PHPStan \Type \ObjectType ;
21
- use PHPStan \Type \IntegerType ;
22
- use PHPStan \Type \StringType ;
23
21
use PHPStan \Type \Type ;
24
22
use PHPStan \Type \TypeCombinator ;
25
23
use PHPStan \Type \VoidType ;
You can’t perform that action at this time.
0 commit comments