Completed
Push — master ( 06230d...1ef137 )
by Thomas
02:30
created
src/MockTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
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 */
Please login to merge, or discard this patch.