Passed
Push — master ( 51a308...702f01 )
by Alexander
01:42
created
src/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
 function setCacheData(int $minutes, string $key, $initDir = '/', string $baseDir = 'cache', $data)
172 172
 {
173 173
     cleanCache($key, $initDir, $baseDir);
174
-    cache($minutes, $key, $initDir, $baseDir, function () use ($data) {
174
+    cache($minutes, $key, $initDir, $baseDir, function() use ($data) {
175 175
         return $data;
176 176
     });
177 177
 }
Please login to merge, or discard this patch.