Passed
Push — feature/packages ( d10195...cc596d )
by Thierry
02:40
created
src/Request/Support/CallableObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
      * @param string        $sMethod            The name of the method to call
248 248
      * @param array         $aArgs              The arguments to pass to the method
249 249
      *
250
-     * @return void
250
+     * @return \Jaxon\Response\AbstractResponse
251 251
      */
252 252
     public function call($sMethod, $aArgs)
253 253
     {
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 null|object
321 321
      */
Please login to merge, or discard this patch.