Passed
Push — master ( 63879d...fd8988 )
by Mehmet
01:44
created
src/Router.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -161,6 +161,7 @@  discard block
 block discarded – undo
161 161
      * @param  string                      $action
162 162
      * @param  int                         $returnType
163 163
      * @param  string                      $alias
164
+     * @param string $requestMethods
164 165
      * @throws InvalidArgumentException
165 166
      * @throws UnexpectedValueException
166 167
      */
@@ -268,6 +269,9 @@  discard block
 block discarded – undo
268 269
         return new FastRoute\Dispatcher\GroupCountBased($routeCollector->getData());
269 270
     }
270 271
 
272
+    /**
273
+     * @param FastRoute\RouteCollector $routeCollector
274
+     */
271 275
     private function createCachedRoute($routeCollector) : void
272 276
     {
273 277
         if ($this->cachedFile !== null && !file_exists($this->cachedFile)) {
Please login to merge, or discard this patch.