Passed
Push — master ( a18575...b5906b )
by Thierry
02:37
created
src/Response/Features/JsCommands.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      *
28 28
      * @param string        $sName              The command name
29 29
      * @param array         $aAttributes        Associative array of attributes that will describe the command
30
-     * @param mixed         $mData              The data to be associated with this command
30
+     * @param string         $mData              The data to be associated with this command
31 31
      * @param boolean       $bRemoveEmpty       If true, remove empty attributes
32 32
      *
33 33
      * @return Response
Please login to merge, or discard this patch.
src/Utils/DI/Container.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
     /**
311 311
      * Set an alias
312 312
      *
313
-     * @param string|ReflectionClass    $xClass         The class name or the reflection class
313
+     * @param ReflectionClass    $xClass         The class name or the reflection class
314 314
      *
315 315
      * @return null|object
316 316
      */
Please login to merge, or discard this patch.
src/Utils/Pagination/Renderer.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      * @param string    $sEnabledText   The text of the link if it is enabled
168 168
      * @param string    $sDisabledText  The text of the link if it is disabled
169 169
      *
170
-     * @return string
170
+     * @return null|Store
171 171
      */
172 172
     protected function getLink($nNumber, $sTemplate, $sEnabledText, $sDisabledText)
173 173
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * Render the previous link.
186 186
      *
187
-     * @return string
187
+     * @return null|Store
188 188
      */
189 189
     protected function getPrevLink()
190 190
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     /**
196 196
      * Render the next link.
197 197
      *
198
-     * @return string
198
+     * @return null|Store
199 199
      */
200 200
     protected function getNextLink()
201 201
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
      *
209 209
      * @param integer        $nNumber         The page number
210 210
      *
211
-     * @return string
211
+     * @return null|Store
212 212
      */
213 213
     protected function getPageLink($nNumber)
214 214
     {
Please login to merge, or discard this patch.