@@ -172,8 +172,8 @@ |
||
172 | 172 | /** |
173 | 173 | * @param string $id |
174 | 174 | * @param array $payload |
175 | - * @param ConnectionInterface|null $connection |
|
176 | - * @param CacheInterface|null $cache |
|
175 | + * @param ConnectionInterface $connection |
|
176 | + * @param CacheInterface $cache |
|
177 | 177 | * @return ResponseInterface |
178 | 178 | * @throws \yii\base\InvalidConfigException |
179 | 179 | */ |
@@ -8,12 +8,12 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\hubspot\services\resources\traits; |
10 | 10 | |
11 | -use flipbox\hubspot\builders\ObjectBuilderInterface; |
|
12 | -use flipbox\hubspot\connections\ConnectionInterface; |
|
13 | -use flipbox\hubspot\transformers\collections\TransformerCollectionInterface; |
|
14 | 11 | use League\Pipeline\PipelineBuilderInterface; |
15 | 12 | use Psr\Http\Message\ResponseInterface; |
16 | 13 | use Psr\SimpleCache\CacheInterface; |
14 | +use flipbox\hubspot\builders\ObjectBuilderInterface; |
|
15 | +use flipbox\hubspot\connections\ConnectionInterface; |
|
16 | +use flipbox\hubspot\transformers\collections\TransformerCollectionInterface; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * @author Flipbox Factory <[email protected]> |
@@ -8,12 +8,12 @@ |
||
8 | 8 | |
9 | 9 | namespace flipbox\hubspot\services\resources\traits; |
10 | 10 | |
11 | -use flipbox\hubspot\builders\ObjectBuilderInterface; |
|
12 | -use flipbox\hubspot\connections\ConnectionInterface; |
|
13 | -use flipbox\hubspot\transformers\collections\TransformerCollectionInterface; |
|
14 | 11 | use League\Pipeline\PipelineBuilderInterface; |
15 | 12 | use Psr\Http\Message\ResponseInterface; |
16 | 13 | use Psr\SimpleCache\CacheInterface; |
14 | +use flipbox\hubspot\builders\ObjectBuilderInterface; |
|
15 | +use flipbox\hubspot\connections\ConnectionInterface; |
|
16 | +use flipbox\hubspot\transformers\collections\TransformerCollectionInterface; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * @author Flipbox Factory <[email protected]> |