Passed
Push — master ( 00a0be...a32cdb )
by Atanas
01:46
created
src/Routing/Conditions/ConditionFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Closure;
6 6
 use Exception;
7
+use ReflectionClass;
7 8
 use WPEmerge\Facades\Framework;
8 9
 use WPEmerge\Routing\Conditions\CustomCondition;
9 10
 use WPEmerge\Routing\Conditions\MultipleCondition;
10 11
 use WPEmerge\Routing\Conditions\UrlCondition;
11
-use ReflectionClass;
12 12
 
13 13
 /**
14 14
  * Check against the current url
Please login to merge, or discard this patch.