Passed
Push — master ( 1a588d...65a263 )
by Nils
02:38
created
src/Command/InventorioCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 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
     protected function setLogfileEnabled(bool $isEnabled): void
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 
93 93
         $config['logfile'] = $isEnabled;
94 94
 
95
-        file_put_contents($this->getConfigFile(), json_encode($config), JSON_PRETTY_PRINT);;
95
+        file_put_contents($this->getConfigFile(), json_encode($config), JSON_PRETTY_PRINT); ;
96 96
     }
97 97
 
98 98
     /**
Please login to merge, or discard this patch.