Completed
Push — master ( 39c49c )
by James
05:46
created
src/Core/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Intraxia\Jaxion\Contract\Core\HasActions;
5 5
 use Intraxia\Jaxion\Contract\Core\HasFilters;
6 6
 use Intraxia\Jaxion\Contract\Core\Loader as LoaderContract;
7
-use WP_CLI;
8 7
 
9 8
 /**
10 9
  * Class Application
Please login to merge, or discard this patch.
src/Http/Guard.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Intraxia\Jaxion\Http;
3 3
 
4 4
 use Intraxia\Jaxion\Contract\Http\Guard as GuardContract;
5
-use Intraxia\Jaxion\Utility\Str;
6 5
 use WP_Error;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Model/Base.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Intraxia\Jaxion\Model;
3 3
 
4
-use Intraxia\Jaxion\Utility\Str;
5 4
 use stdClass;
6 5
 use WP_Post;
7 6
 
Please login to merge, or discard this patch.