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