Completed
Pull Request — master (#148)
by De Cramer
02:37
created
src/eXpansion/Bundle/Admin/Plugins/Gui/ServerSettingsWindowFactory.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -3,17 +3,10 @@  discard block
 block discarded – undo
3 3
 namespace eXpansion\Bundle\Admin\Plugins\Gui;
4 4
 
5 5
 use eXpansion\Framework\AdminGroups\Helpers\AdminGroups;
6
-use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyManialink;
7
-use eXpansion\Framework\Core\Model\Gui\Grid\DataCollectionFactory;
8
-use eXpansion\Framework\Core\Model\Gui\Grid\GridBuilder;
9
-use eXpansion\Framework\Core\Model\Gui\Grid\GridBuilderFactory;
10 6
 use eXpansion\Framework\Core\Model\Gui\ManialinkInterface;
11 7
 use eXpansion\Framework\Core\Model\Gui\WindowFactoryContext;
12
-use eXpansion\Framework\Core\Model\UserGroups\Group;
13
-use eXpansion\Framework\Core\Plugins\Gui\GridWindowFactory;
14 8
 use eXpansion\Framework\Core\Plugins\Gui\WindowFactory;
15 9
 use eXpansion\Framework\Core\Services\Console;
16
-use eXpansion\Framework\Gui\Components\uiAnimation;
17 10
 use eXpansion\Framework\Gui\Components\uiButton;
18 11
 use eXpansion\Framework\Gui\Components\uiCheckbox;
19 12
 use eXpansion\Framework\Gui\Components\uiDropdown;
@@ -22,8 +15,6 @@  discard block
 block discarded – undo
22 15
 use eXpansion\Framework\Gui\Components\uiLabel;
23 16
 use eXpansion\Framework\Gui\Components\uiTextbox;
24 17
 use FML\Controls\Frame;
25
-use FML\Controls\Label;
26
-use FML\Controls\Quad;
27 18
 use Maniaplanet\DedicatedServer\Connection;
28 19
 use Maniaplanet\DedicatedServer\Structures\ServerOptions;
29 20
 
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Menu/Services/Factories/ItemChatCommandFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use eXpansion\Bundle\Menu\Services\ItemFactoryInterface;
8 8
 use eXpansion\Framework\AdminGroups\Helpers\AdminGroups;
9 9
 use eXpansion\Framework\GameManiaplanet\DataProviders\ChatCommandDataProvider;
10
-use FML\Controls\Quad;
11 10
 
12 11
 /**
13 12
  * Class ItemChatCommandFactory
Please login to merge, or discard this patch.
GameManiaplanet/DataProviders/Listener/ListenerInterfaceMpScriptMatch.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -92,14 +92,14 @@
 block discarded – undo
92 92
      */
93 93
     public function onEndTurnEnd($count, $time);
94 94
 
95
-     /**
96
-     * Callback sent when the "StartRound" section start.
97
-     *
98
-     * @param int $count Each time this section is played, this number is incremented by one
99
-     * @param int $time  Server time when the callback was sent
100
-     *
101
-     * @return void
102
-     */
95
+        /**
96
+         * Callback sent when the "StartRound" section start.
97
+         *
98
+         * @param int $count Each time this section is played, this number is incremented by one
99
+         * @param int $time  Server time when the callback was sent
100
+         *
101
+         * @return void
102
+         */
103 103
     public function onStartRoundStart($count, $time);
104 104
 
105 105
     /**
Please login to merge, or discard this patch.