@@ -190,7 +190,7 @@ |
||
| 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-*'), |