@@ -53,8 +53,6 @@ |
||
| 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 |
@@ -124,7 +124,7 @@ |
||
| 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()]); |
@@ -124,7 +124,7 @@ |
||
| 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()]); |
@@ -61,8 +61,6 @@ |
||
| 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 |
@@ -142,7 +142,7 @@ |
||
| 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()]); |
@@ -142,7 +142,7 @@ |
||
| 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()]); |
@@ -29,7 +29,7 @@ |
||
| 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()]); |
@@ -29,7 +29,7 @@ |
||
| 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()]); |
@@ -124,7 +124,7 @@ |
||
| 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()]); |
@@ -124,7 +124,7 @@ |
||
| 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()]); |