Passed
Push — master ( c5dc05...896c66 )
by Atanas
02:38
created
src/Routing/RouteGroup.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
 	 * Constructor
33 33
 	 *
34 34
 	 * @throws Exception
35
-	 * @param  mixed     $condition
35
+	 * @param  string     $condition
36 36
 	 * @param  Closure   $closure
37 37
 	 */
38 38
 	public function __construct( $condition, Closure $closure ) {
Please login to merge, or discard this patch.