Passed
Pull Request — master (#8088)
by
unknown
64:14
created
lib/Doctrine/ORM/Cache/EntityCacheKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,6 +38,6 @@
 block discarded – undo
38 38
 
39 39
         $this->identifier  = $identifier;
40 40
         $this->entityClass = $entityClass;
41
-        $this->hash        = str_replace('\\', '.', strtolower($entityClass) . '_' . implode('_', $identifier));
41
+        $this->hash        = str_replace('\\', '.', strtolower($entityClass).'_'.implode('_', $identifier));
42 42
     }
43 43
 }
Please login to merge, or discard this patch.