Failed Conditions
Pull Request — master (#8)
by Arnold
03:48
created
src/Controller/RouteAction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Cancel the action
107 107
      * 
108
-     * @return boolean
108
+     * @return boolean|null
109 109
      */
110 110
     public function cancel()
111 111
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * Get the arguments for a function from a route using reflection
153 153
      * 
154
-     * @param object $route
154
+     * @param \stdClass $route
155 155
      * @param \ReflectionFunctionAbstract $refl
156 156
      * @return array
157 157
      */
Please login to merge, or discard this patch.