Passed
Push — master ( d2008b...aa9f10 )
by Atanas
01:54
created
src/functions.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use WPEmerge\Facades\View;
4 3
 use WPEmerge\Facades\Response;
4
+use WPEmerge\Facades\View;
5 5
 
6 6
 if ( ! function_exists( 'app_response' ) ) {
7 7
 	/**
Please login to merge, or discard this patch.
src/Routing/Route.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use WPEmerge\Middleware\HasMiddlewareTrait;
7 7
 use WPEmerge\Requests\Request;
8
-use WPEmerge\Routing\Conditions\ConditionInterface;
9 8
 use WPEmerge\Routing\Conditions\ConditionFactory;
9
+use WPEmerge\Routing\Conditions\ConditionInterface;
10 10
 use WPEmerge\Routing\Conditions\InvalidRouteConditionException;
11 11
 use WPEmerge\Routing\Conditions\UrlCondition;
12 12
 
Please login to merge, or discard this patch.