Completed
Pull Request — master (#1)
by Nigel
03:29 queued 01:38
created
src/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     private $handler;
33 33
 
34 34
     /**
35
-     * @param string|string[] $method The HTTP method, or an array of, to match 
35
+     * @param string $method The HTTP method, or an array of, to match 
36 36
      * @param string $pattern The URI pattern
37 37
      * @param mixed $handler The handler
38 38
      */
Please login to merge, or discard this patch.