Completed
Pull Request — master (#37)
by Grégoire
18:22
created
CacheWarmer/EntityAnnotationCacheWarmer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $cache = new ConfigCache($filename, $this->debug);
50 50
 
51 51
         if (!$cache->isFresh()) {
52
-            $content  = '<?php return ' . var_export($this->getEntities(), true) . ';';
52
+            $content = '<?php return ' . var_export($this->getEntities(), true) . ';';
53 53
             $cache->write($content, $this->getResources());
54 54
         }
55 55
     }
Please login to merge, or discard this patch.