Completed
Pull Request — master (#687)
by Maxence
34s
created
lib/Service/MaintenanceService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.