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 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
     /**
124 124
      * @param $keyword
125
-     * @return mixed
125
+     * @return StatKeyword
126 126
      */
127 127
     protected function transformCreatedKeyword($keyword) {
128 128
 
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
 
140 140
     /**
141 141
      * @param $keyword
142
-     * @return mixed
142
+     * @return StatKeyword
143 143
      */
144 144
     protected function transformListedKeyword($keyword) {
145 145
         $modifiedKeyword = new StatKeyword();
Please login to merge, or discard this 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.