Completed
Push — master ( bbe9d4...e82ffc )
by De Cramer
10s
created
src/eXpansion/Bundle/AdminChat/ChatCommand/TimeParameterCommand.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
                 ['%adminLevel%' => $group, '%admin%' => $nickName, "%parameter%" => $parameter], "en");
84 84
             $this->logger->info("[". $login. "] " . TMString::trimStyles($logMessage));
85 85
 
86
-        }  catch (DedicatedException $e) {
86
+        } catch (DedicatedException $e) {
87 87
             $this->logger->error("Error on admin command", ["exception" => $e]);
88 88
             $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login,
89 89
                 ["%message%" => $e->getMessage()]);
Please login to merge, or discard this patch.