Completed
Pull Request — master (#86)
by De Cramer
02:25
created
src/eXpansion/Framework/Core/Plugins/Gui/WindowHelpFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
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
                     }
Please login to merge, or discard this patch.