Passed
Pull Request — master (#3)
by Felix
12:28 queued 09:59
created
src/Api/StatBulk.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace SchulzeFelix\Stat\Api;
4 4
 
5 5
 use Carbon\Carbon;
6
-use Illuminate\Support\Collection;
7
-use Illuminate\Support\Facades\Cache;
8 6
 use SchulzeFelix\Stat\Exceptions\ApiException;
9 7
 use SchulzeFelix\Stat\Objects\StatBulkJob;
10 8
 use SchulzeFelix\Stat\Objects\StatKeyword;
Please login to merge, or discard this patch.
src/Api/StatKeywords.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SchulzeFelix\Stat\Api;
4 4
 
5
-use Carbon\Carbon;
6 5
 use Illuminate\Support\Collection;
7 6
 use SchulzeFelix\Stat\Objects\StatKeyword;
8 7
 use SchulzeFelix\Stat\Objects\StatKeywordEngineRanking;
Please login to merge, or discard this patch.
src/Api/StatProjects.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SchulzeFelix\Stat\Api;
4 4
 
5
-use Carbon\Carbon;
6 5
 use Illuminate\Support\Collection;
7
-use Illuminate\Support\Facades\Cache;
8 6
 use SchulzeFelix\Stat\Objects\StatProject;
9 7
 use SchulzeFelix\Stat\Stat;
10 8
 
Please login to merge, or discard this patch.
src/Api/StatSubAccounts.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SchulzeFelix\Stat\Api;
4 4
 
5
-use Carbon\Carbon;
6
-use Carbon\CarbonInterval;
7 5
 use Illuminate\Support\Collection;
8 6
 use SchulzeFelix\Stat\Objects\StatSubAccount;
9 7
 
Please login to merge, or discard this patch.