Test Setup Failed
Push — master ( 2c5895...1f7d16 )
by Václav
01:18
created
src/Component/BaseEnumerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
  
45 45
     protected function getStructure()
46 46
     {
47
-        $cacheName = 'enumerator_' . $this->repository->getTableName();
47
+        $cacheName = 'enumerator_'.$this->repository->getTableName();
48 48
         $structure = $this->cache->load($cacheName);
49 49
      
50 50
         if ($structure)
Please login to merge, or discard this patch.