@@ -3,8 +3,6 @@ |
||
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; |
@@ -122,7 +122,7 @@ discard block |
||
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 |
||
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(); |
@@ -2,7 +2,6 @@ |
||
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; |
@@ -2,9 +2,7 @@ |
||
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 |
@@ -2,8 +2,6 @@ |
||
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 |