File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
use PHPStan \Type \Generic \GenericObjectType ;
9
9
use PHPStan \Type \IntersectionType ;
10
10
use PHPStan \Type \ObjectType ;
11
- use PHPUnit \Framework \MockObject \InvocationMocker ;
11
+ use PHPUnit \Framework \MockObject \Builder \ InvocationMocker ;
12
12
use PHPUnit \Framework \MockObject \MockObject ;
13
13
14
14
/**
Original file line number Diff line number Diff line change 9
9
use PHPStan \Type \IntersectionType ;
10
10
use PHPStan \Type \Type ;
11
11
use PHPStan \Type \TypeWithClassName ;
12
- use PHPUnit \Framework \MockObject \InvocationMocker ;
12
+ use PHPUnit \Framework \MockObject \Builder \ InvocationMocker ;
13
13
use PHPUnit \Framework \MockObject \MockObject ;
14
14
15
15
class MockObjectDynamicReturnTypeExtension implements \PHPStan \Type \DynamicMethodReturnTypeExtension
You can’t perform that action at this time.
0 commit comments