Completed
Pull Request — master (#165)
by
unknown
02:58
created
src/eXpansion/Bundle/AdminChat/ChatCommand/OneParameterCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
                 $this->isPublic ? null : $login,
125 125
                 ['%adminLevel%' => $group, '%admin%' => $nickName, "%parameter%" => $parameter]
126 126
             );
127
-        }  catch (DedicatedException $e) {
127
+        } catch (DedicatedException $e) {
128 128
             $this->logger->error("Error on admin command", ["exception" => $e]);
129 129
             $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login,
130 130
                 ["%message%" => $e->getMessage()]);
Please login to merge, or discard this patch.
src/eXpansion/Bundle/AdminChat/ChatCommand/ReasonUserCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
                 $this->isPublic ? null : $login,
143 143
                 ['%adminLevel%' => $group, '%admin%' => $nickName, '%player%' => $playerNickName, "%reason%" => $reason]
144 144
             );
145
-        }  catch (DedicatedException $e) {
145
+        } catch (DedicatedException $e) {
146 146
             $this->logger->error("Error on admin command", ["exception" => $e]);
147 147
             $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login,
148 148
                 ["%message%" => $e->getMessage()]);
Please login to merge, or discard this patch.
src/eXpansion/Bundle/AdminChat/ChatCommand/AdminReturnCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
                 $this->isPublic ? null : $login,
30 30
                 ['%adminLevel%' => $group, '%admin%' => $nickName, '%return%' => $return]
31 31
             );
32
-        }  catch (DedicatedException $e) {
32
+        } catch (DedicatedException $e) {
33 33
             $this->logger->error("Error on admin command", ["exception" => $e]);
34 34
             $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login,
35 35
                 ["%message%" => $e->getMessage()]);
Please login to merge, or discard this patch.
src/eXpansion/Bundle/AdminChat/ChatCommand/TimeParameterCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
                 $this->isPublic ? null : $login,
125 125
                 ['%adminLevel%' => $group, '%admin%' => $nickName, "%parameter%" => $parameter]
126 126
             );
127
-        }  catch (DedicatedException $e) {
127
+        } catch (DedicatedException $e) {
128 128
             $this->logger->error("Error on admin command", ["exception" => $e]);
129 129
             $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login,
130 130
                 ["%message%" => $e->getMessage()]);
Please login to merge, or discard this patch.