Passed
Push — master ( e765db...ca0a0b )
by Atanas
01:53
created
src/Routing/RouteGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 	/**
28 28
 	 * Constructor
29 29
 	 *
30
-	 * @param string|ConditionInterface $target
30
+	 * @param string $target
31 31
 	 * @param Closure                   $closure
32 32
 	 */
33 33
 	public function __construct( $target, Closure $closure ) {
Please login to merge, or discard this patch.