@@ -79,7 +79,7 @@ discard block |
||
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 |
||
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 | /** |