Completed
Push — master ( 91e132...1cf0a9 )
by Ayan
11:51
created
src/Application.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     /**
170 170
      * Add a HEAD route
171 171
      *
172
-     * @param mixed $action
172
+     * @param string $action
173 173
      */
174 174
     public function head(string $route, $action): self
175 175
     {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * Add a OPTIONS route
183 183
      *
184
-     * @param mixed $action
184
+     * @param string $action
185 185
      */
186 186
     public function options(string $route, $action): self
187 187
     {
Please login to merge, or discard this patch.