|
40 | 40 |
|
41 | 41 | final class AliasGeneratorTest extends TestCase |
42 | 42 | { |
43 | | - private MockObject|LoaderInterface $dataLoader; |
| 43 | + private MockObject&LoaderInterface $dataLoader; |
44 | 44 |
|
45 | | - private MockObject|FilterManager $filterManager; |
| 45 | + private MockObject&FilterManager $filterManager; |
46 | 46 |
|
47 | | - private MockObject|ResolverInterface $ioResolver; |
| 47 | + private MockObject&ResolverInterface $ioResolver; |
48 | 48 |
|
49 | | - private MockObject|FilterConfiguration $filterConfiguration; |
| 49 | + private FilterConfiguration $filterConfiguration; |
50 | 50 |
|
51 | | - private MockObject|LoggerInterface $logger; |
| 51 | + private MockObject&LoggerInterface $logger; |
52 | 52 |
|
53 | | - private MockObject|ImagineInterface $imagine; |
| 53 | + private MockObject&ImagineInterface $imagine; |
54 | 54 |
|
55 | | - private MockObject|AliasGenerator $aliasGenerator; |
| 55 | + private AliasGenerator $aliasGenerator; |
56 | 56 |
|
57 | | - private MockObject|VariationHandler $decoratedAliasGenerator; |
| 57 | + private VariationHandler $decoratedAliasGenerator; |
58 | 58 |
|
59 | | - private MockObject|BoxInterface $box; |
| 59 | + private MockObject&BoxInterface $box; |
60 | 60 |
|
61 | | - private MockObject|ImageInterface $image; |
| 61 | + private MockObject&ImageInterface $image; |
62 | 62 |
|
63 | | - private MockObject|IOServiceInterface $ioService; |
| 63 | + private MockObject&IOServiceInterface $ioService; |
64 | 64 |
|
65 | | - private MockObject|VariationPathGenerator $variationPathGenerator; |
| 65 | + private MockObject&VariationPathGenerator $variationPathGenerator; |
66 | 66 |
|
67 | 67 | protected function setUp(): void |
68 | 68 | { |
|
0 commit comments