Test Failed
Push — main ( 94eef3...96fa17 )
by Dimitri
14:06
created
src/Cli/Commands/Housekeeping/ClearDebugbar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     {
41 41
         helper('filesystem');
42 42
 
43
-        if (! delete_files(FRAMEWORK_STORAGE_PATH . 'debugbar')) {
43
+        if (!delete_files(FRAMEWORK_STORAGE_PATH . 'debugbar')) {
44 44
             // @codeCoverageIgnoreStart
45 45
             $this->error('Erreur lors de la suppression des fichiers de la debugbar.')->eol();
46 46
 
Please login to merge, or discard this patch.