Passed
Push — feature/code_improvement ( 8fdd7e...50ca4e )
by Thierry
02:47
created
src/Jaxon.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -458,7 +458,7 @@  discard block
 block discarded – undo
458 458
     /**
459 459
      * Get the view renderer
460 460
      *
461
-     * @return Jaxon\Utils\View\Renderer
461
+     * @return Utils\View\Renderer
462 462
      */
463 463
     public function view()
464 464
     {
@@ -468,7 +468,7 @@  discard block
 block discarded – undo
468 468
     /**
469 469
      * Get the session manager
470 470
      *
471
-     * @return Jaxon\Contracts\Session
471
+     * @return Contracts\Session
472 472
      */
473 473
     public function session()
474 474
     {
Please login to merge, or discard this patch.
src/Request/Handler/Handler.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -137,6 +137,7 @@  discard block
 block discarded – undo
137 137
      * This is the pre-request processing callback passed to the Jaxon library.
138 138
      *
139 139
      * @param  boolean  &$bEndRequest if set to true, the request processing is interrupted.
140
+     * @param boolean $bEndRequest
140 141
      *
141 142
      * @return Jaxon\Response\Response  the Jaxon response
142 143
      */
@@ -165,6 +166,7 @@  discard block
 block discarded – undo
165 166
     /**
166 167
      * This callback is called whenever an invalid request is processed.
167 168
      *
169
+     * @param string $sMessage
168 170
      * @return Jaxon\Response\Response  the Jaxon response
169 171
      */
170 172
     public function onInvalid($sMessage)
Please login to merge, or discard this patch.