Test Setup Failed
Push — develop ( c565e0...4e9b64 )
by Niels
06:07
created
src/Router.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
 	 * Construct a Router object with the given routers.
32 32
 	 *
33 33
 	 * @param string $basePath = ''
34
-	 * @param array $routes = []
35 34
 	 */
36 35
 	public function __construct($basePath = '')
37 36
 	{
@@ -184,7 +183,7 @@  discard block
 block discarded – undo
184 183
 	/**
185 184
 	 * Adds a method & route to the to the route map.
186 185
 	 *
187
-	 * @param string $methods
186
+	 * @param string $method
188 187
 	 * @param string $route
189 188
 	 * @param callable $callable
190 189
 	 */
Please login to merge, or discard this patch.