@@ -182,7 +182,7 @@ |
||
| 182 | 182 | $em = $em ?: EntityManager::getInstance($class); |
| 183 | 183 | |
| 184 | 184 | /** @var m\Mock|EntityFetcher $fetcher */ |
| 185 | - $fetcher = m::mock(EntityFetcher::class, [ $em, $class ])->makePartial(); |
|
| 185 | + $fetcher = m::mock(EntityFetcher::class, [$em, $class])->makePartial(); |
|
| 186 | 186 | $expectation = $em->shouldReceive('fetch')->with($class)->andReturn($fetcher); |
| 187 | 187 | |
| 188 | 188 | /** @scrutinizer ignore-call */ |