Completed
Push — master ( bbe9d4...e82ffc )
by De Cramer
10s
created
src/eXpansion/Bundle/Menu/DataProviders/MenuItemProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @return ParentItem|null
50
+     * @return ItemInterface|null
51 51
      */
52 52
     public function getRootItem()
53 53
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use eXpansion\Bundle\Menu\Model\Menu\ParentItem;
7 7
 use eXpansion\Bundle\Menu\Services\ItemBuilder;
8 8
 use eXpansion\Framework\Core\DataProviders\AbstractDataProvider;
9
-use FML\Controls\Quad;
10 9
 
11 10
 /**
12 11
  * Class MenuItemProvider
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Maps/Plugins/ManiaExchange.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -388,7 +388,7 @@
 block discarded – undo
388 388
      * Remove special characters from map name
389 389
      *
390 390
      * @param string $string
391
-     * @return mixed
391
+     * @return string
392 392
      */
393 393
     protected function cleanString($string)
394 394
     {
Please login to merge, or discard this patch.
src/eXpansion/Framework/Gui/Components/Scrollbar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param string $axis
33 33
      * @param float  $posX
34 34
      * @param float  $posY
35
-     * @param        $scrollbarSize
35
+     * @param        integer $scrollbarSize
36 36
      * @param float  $length
37 37
      */
38 38
     public function __construct($axis, $posX, $posY, $scrollbarSize, $length)
Please login to merge, or discard this patch.
src/eXpansion/Framework/Gui/Layouts/LayoutScrollable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -142,6 +142,9 @@
 block discarded – undo
142 142
         $script->addCustomScriptLabel(ScriptLabel::Loop, $this->getScriptLoop());
143 143
     }
144 144
 
145
+    /**
146
+     * @return string|null
147
+     */
145 148
     protected function getScriptInit()
146 149
     {
147 150
         $offset = number_format($this->offset, 1, ".", "");
Please login to merge, or discard this patch.
src/eXpansion/Bundle/DeveloperTools/ChatCommand/Connect.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace eXpansion\Bundle\DeveloperTools\ChatCommand;
4 4
 
5
-use eXpansion\Bundle\Acme\Plugins\Test;
6 5
 use eXpansion\Bundle\DeveloperTools\Plugins\DevTools;
7 6
 use eXpansion\Framework\AdminGroups\Helpers\AdminGroups;
8 7
 use eXpansion\Framework\AdminGroups\Model\AbstractAdminChatCommand;
Please login to merge, or discard this patch.
src/eXpansion/Bundle/MxKarma/Plugins/MxKarma.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,8 +120,8 @@
 block discarded – undo
120 120
 
121 121
     /**
122 122
      * sets vote value
123
-     * @param $login
124
-     * @param $vote
123
+     * @param string $login
124
+     * @param integer $vote
125 125
      */
126 126
     public function setVote($login, $vote)
127 127
     {
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Plugins/Gui/ScriptVariableUpdateFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     /**
94 94
      * Get a variable.
95 95
      *
96
-     * @param $variable
96
+     * @param string $variable
97 97
      *
98 98
      * @return Variable
99 99
      */
Please login to merge, or discard this patch.
src/eXpansion/Framework/Notifications/Services/Notifications.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,11 +121,11 @@
 block discarded – undo
121 121
 
122 122
 
123 123
     /**
124
-     * @param                    $prefix
125
-     * @param                    $title
126
-     * @param                    $message
124
+     * @param                    string $prefix
125
+     * @param                    string $title
126
+     * @param                    string $message
127 127
      * @param                    $params
128
-     * @param                    $duration
128
+     * @param                    integer $duration
129 129
      * @param  string|Group|null $group
130 130
      */
131 131
     protected function sendNotification($prefix, $title, $message, $params, $duration, $group = null)
Please login to merge, or discard this patch.
src/eXpansion/Framework/Config/Ui/Window/ConfigWindowFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use eXpansion\Framework\Core\Plugins\Gui\WindowFactory;
14 14
 use eXpansion\Framework\Gui\Components\Button;
15 15
 use eXpansion\Framework\Gui\Components\Label;
16
-use eXpansion\Framework\Gui\Components\Tooltip;
17 16
 use FML\Controls\Control;
18 17
 use FML\Controls\Frame;
19 18
 use FML\Controls\Quad;
Please login to merge, or discard this patch.