Completed
Push — master ( bbe9d4...e82ffc )
by De Cramer
10s
created
src/eXpansion/Bundle/Menu/DataProviders/MenuItemProvider.php 1 patch
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.
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/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/Bundle/AdminChat/ChatCommand/OneParameterCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
      * @param string           $functionName
60 60
      * @param string           $parameterDescription
61 61
      * @param AdminGroups      $adminGroupsHelper
62
-     * @param Connection       $connection
63 62
      * @param ChatNotification $chatNotification
64 63
      * @param PlayerStorage    $playerStorage
65 64
      * @param LoggerInterface  $logger
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Players/Plugins/Gui/PlayersWindow.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,6 @@
 block discarded – undo
57 57
      * @param DataCollectionFactory   $dataCollectionFactory
58 58
      * @param GridBuilderFactory      $gridBuilderFactory
59 59
      * @param ChatCommandDataProvider $chatCommandDataProvider
60
-     * @param Connection              $connection
61 60
      * @param AdminGroups             $adminGroups
62 61
      */
63 62
     public function __construct(
Please login to merge, or discard this patch.