Passed
Push — master ( c5dc05...896c66 )
by Atanas
02:38
created
src/Routing/RouteGroup.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 use WPEmerge\Middleware\HasMiddlewareTrait;
9 9
 use WPEmerge\Requests\Request;
10 10
 use WPEmerge\Routing\Conditions\ConditionInterface;
11
-use WPEmerge\Routing\Conditions\UrlCondition;
12 11
 use WPEmerge\Routing\Conditions\MultipleCondition;
12
+use WPEmerge\Routing\Conditions\UrlCondition;
13 13
 
14 14
 class RouteGroup implements RouteInterface, HasRoutesInterface {
15 15
 	use HasRoutesTrait {
Please login to merge, or discard this patch.