Passed
Push — devel-3.0 ( 19c8c8...5545aa )
by Rubén
04:21
created
lib/SP/Services/Backup/FileBackupService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
 
195 195
         $path = $this->path . DIRECTORY_SEPARATOR . AppInfoInterface::APP_NAME;
196 196
 
197
-        array_map(function ($file) {
197
+        array_map(function($file) {
198 198
             return @unlink($file);
199 199
         }, array_merge(
200 200
             glob($path . '_db-*'),
Please login to merge, or discard this patch.