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