Passed
Push — improve_cleanup_command ( 8017ca )
by Armando
02:47
created
src/Commands/AdminCommands/CleanupCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
         }
123 123
 
124 124
         // Convert numeric-only values to days.
125
-        array_walk($clean_older_than, function (&$time) use ($custom_time) {
125
+        array_walk($clean_older_than, function(&$time) use ($custom_time) {
126 126
             if (!empty($custom_time)) {
127 127
                 $time = $custom_time;
128 128
             }
Please login to merge, or discard this patch.