Passed
Push — devel-3.0 ( 5545aa...4ee157 )
by Rubén
07:30 queued 03:41
created
lib/SP/Services/Backup/FileBackupService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
     {
191 191
         $path = $this->path . DIRECTORY_SEPARATOR . AppInfoInterface::APP_NAME;
192 192
 
193
-        array_map(function ($file) {
193
+        array_map(function($file) {
194 194
             return @unlink($file);
195 195
         }, array_merge(
196 196
             glob($path . '_db-*'),
Please login to merge, or discard this patch.