Passed
Push — master ( 4a13e9...769a42 )
by Sinnarasa
02:19
created
src/Routing/Middleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $action
70
+     * @param string $action
71 71
      * @param $middleware
72 72
      */
73 73
     private function setMiddleware($action, $middleware)
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * @description global middleware
97 97
      * @param $action
98
-     * @return bool|mixed
98
+     * @return boolean
99 99
      */
100 100
     public function globalMiddleware($action)
101 101
     {
Please login to merge, or discard this patch.