Passed
Branch feature/packages (d10195)
by Thierry
03:42
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/Request/Support/CallableRegistry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
      *
291 291
      * @param string        $sClassName            The class name of the callable object
292 292
      *
293
-     * @return object
293
+     * @return CallableObject
294 294
      */
295 295
     public function getCallableObject($sClassName)
296 296
     {
Please login to merge, or discard this patch.
src/Request/Support/FileUpload.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
                 {
62 62
                     throw new \Jaxon\Exception\Error($this->getValidatorMessage());
63 63
                 }
64
-           }
64
+            }
65 65
         }
66 66
     }
67 67
 
Please login to merge, or discard this patch.
src/Utils/DI/Container.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@  discard block
 block discarded – undo
271 271
     /**
272 272
      * Get a class instance
273 273
      *
274
-     * @return object        The class instance
274
+     * @return \Jaxon\Plugin\Plugin        The class instance
275 275
      */
276 276
     public function get($sClass)
277 277
     {
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
     /**
316 316
      * Set an alias
317 317
      *
318
-     * @param string|ReflectionClass    $xClass         The class name or the reflection class
318
+     * @param ReflectionClass    $xClass         The class name or the reflection class
319 319
      *
320 320
      * @return mixed
321 321
      */
Please login to merge, or discard this patch.