Completed
Pull Request — master (#130)
by
unknown
02:47
created
src/eXpansion/Bundle/Menu/Plugins/Gui/MenuContentFactory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
      * @param Manialink $manialink
216 216
      * @param Frame $frame
217 217
      * @param ParentItem $parentItem
218
-     * @param            $displayLevel
218
+     * @param            integer $displayLevel
219 219
      */
220 220
     protected function createSubMenu(Manialink $manialink, Frame $frame, ParentItem $parentItem, $displayLevel)
221 221
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use eXpansion\Framework\Gui\Components\uiButton;
15 15
 use eXpansion\Framework\Gui\Components\uiLabel;
16 16
 use FML\Controls\Frame;
17
-use FML\Controls\Label;
18 17
 use FML\Controls\Quad;
19 18
 
20 19
 
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Menu/Gui/MenuTabsFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * @param ParentItem $rootItem
43 43
      * @param $openId
44 44
      *
45
-     * @return Renderable
45
+     * @return Container
46 46
      */
47 47
     public function createTabsMenu(ManialinkInterface $manialink, Container $tabsFrame, ParentItem $rootItem, $openId)
48 48
     {
Please login to merge, or discard this patch.
eXpansion/Bundle/ImmersiveWindows/Model/Gui/Factory/WindowFrameFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
      * @param ManiaScriptFactory $maniaScriptFactory
42 42
      * @param MenuTabsFactory $menuTabsFactory
43 43
      * @param MenuItemProvider $menuItemProvider
44
-     * @param ManialinkInterface $manialink
45 44
      */
46 45
     public function __construct(
47 46
         ManiaScriptFactory $maniaScriptFactory,
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Acme/Plugins/Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use eXpansion\Framework\Core\Helpers\Time;
9 9
 use eXpansion\Framework\Core\Plugins\StatusAwarePluginInterface;
10 10
 use eXpansion\Framework\Core\Services\Console;
11
-use eXpansion\Framework\Core\Storage\Data\Player;
12 11
 use eXpansion\Framework\Core\Storage\PlayerStorage;
13 12
 use Maniaplanet\DedicatedServer\Connection;
14 13
 use Maniaplanet\DedicatedServer\Structures\Map;
Please login to merge, or discard this patch.