Completed
Push — master ( a4f748...26a395 )
by Philip
04:53
created
src/CRUDlex/YamlReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
             'whitespace' => false,
73 73
             'recursion.detect' => false
74 74
         ]);
75
-        $cache      = '<?php $crudlexCacheContent = '.$contentPHP.';';
75
+        $cache = '<?php $crudlexCacheContent = '.$contentPHP.';';
76 76
         file_put_contents($this->getCacheFile($fileName), $cache);
77 77
     }
78 78
 
Please login to merge, or discard this patch.