Completed
Push — develop ( 639fa1...b48ec5 )
by Nate
02:32
created
src/services/resources/traits/UpdateObjectTrait.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,8 +172,8 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.
src/services/resources/traits/UpsertObjectTrait.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.