@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | $this->federatedUserService->bypassCurrentUserCondition(true); |
| 146 | 146 | |
| 147 | 147 | $this->lockMaintenanceRun(); |
| 148 | - $this->debug('running maintenance (' . $level . ')'); |
|
| 148 | + $this->debug('running maintenance ('.$level.')'); |
|
| 149 | 149 | |
| 150 | 150 | switch ($level) { |
| 151 | 151 | case 1: |
@@ -340,7 +340,7 @@ discard block |
||
| 340 | 340 | */ |
| 341 | 341 | private function output(string $message): void { |
| 342 | 342 | if (!is_null($this->output)) { |
| 343 | - $this->output->writeln('- ' . $message); |
|
| 343 | + $this->output->writeln('- '.$message); |
|
| 344 | 344 | } |
| 345 | 345 | } |
| 346 | 346 | |