Passed
Push — master ( d5c23a...f8aa91 )
by Nils
02:39
created
src/Command/InventorioCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         $config['remote'] = $isEnabled;
81 81
 
82
-        file_put_contents($this->getConfigFile(), json_encode($config), JSON_PRETTY_PRINT);;
82
+        file_put_contents($this->getConfigFile(), json_encode($config), JSON_PRETTY_PRINT); ;
83 83
     }
84 84
 
85 85
     /**
Please login to merge, or discard this patch.