Completed
Pull Request — master (#165)
by
unknown
02:58
created
src/eXpansion/Bundle/AdminChat/ChatCommand/OneParameterCommand.php 3 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,6 @@
 block discarded – undo
53 53
      * @param                  $command
54 54
      * @param string           $permission
55 55
      * @param array            $aliases
56
-     * @param AdminGroups      $description
57
-     * @param Connection       $chatMessage
58 56
      * @param ChatNotification $functionName
59 57
      * @param PlayerStorage    $parameterDescription
60 58
      * @param AdminGroups      $adminGroupsHelper
Please login to merge, or discard this 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.
Braces   +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 3 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,6 @@
 block discarded – undo
61 61
      * @param                  $command
62 62
      * @param string           $permission
63 63
      * @param array            $aliases
64
-     * @param AdminGroups      $description
65
-     * @param Connection       $chatMessage
66 64
      * @param ChatNotification $functionName
67 65
      * @param PlayerStorage    $parameterLoginDescription
68 66
      * @param LoggerInterface  $parameterReasonDescription
Please login to merge, or discard this 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.
Braces   +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 2 patches
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.
Braces   +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 2 patches
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.
Braces   +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.