Passed
Pull Request — master (#55)
by Thomas
01:41
created
src/Testing/EntityManagerMock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
             return new EntityFetcherMock($this, $class);
21 21
         }
22 22
 
23
-        $primaryKey = $this->buildPrimaryKey($class, (array)$primaryKey);
23
+        $primaryKey = $this->buildPrimaryKey($class, (array) $primaryKey);
24 24
         $checksum = $this->buildChecksum($primaryKey);
25 25
 
26 26
         if (isset($this->map[$class][$checksum])) {
Please login to merge, or discard this patch.