@@ -138,7 +138,7 @@ |
||
| 138 | 138 | }, |
| 139 | 139 | array_filter( |
| 140 | 140 | $this->chatCommands->getChatCommands(), |
| 141 | - function ($command) use ($login) { |
|
| 141 | + function($command) use ($login) { |
|
| 142 | 142 | if ($command instanceof AbstractAdminChatCommand) { |
| 143 | 143 | return $command->hasPermission($login); |
| 144 | 144 | } |