Completed
Push — develop ( ad5b3d...fe99e6 )
by Nate
20:43 queued 07:12
created
src/services/resources/TimelineEvents.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
 
224 224
     /**
225 225
      * @param TimelineEventCriteriaInterface $criteria
226
-     * @return callable
226
+     * @return \Flipbox\Relay\Runner\Runner
227 227
      * @throws \yii\base\InvalidConfigException
228 228
      */
229 229
     public function httpReadRelay(
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
      * @param string $typeId
243 243
      * @param IntegrationConnectionInterface|null $connection
244 244
      * @param CacheInterface|null $cache
245
-     * @return callable
245
+     * @return \Flipbox\Relay\Runner\Runner
246 246
      * @throws \yii\base\InvalidConfigException
247 247
      */
248 248
     public function rawHttpReadRelay(
@@ -434,7 +434,7 @@  discard block
 block discarded – undo
434 434
      * @param TimelineEventBuilderInterface $builder
435 435
      * @param IntegrationConnectionInterface|null $connection
436 436
      * @param CacheInterface|null $cache
437
-     * @return callable
437
+     * @return \Flipbox\Relay\Runner\Runner
438 438
      * @throws \yii\base\InvalidConfigException
439 439
      */
440 440
     public function httpUpsertRelay(
@@ -457,7 +457,7 @@  discard block
 block discarded – undo
457 457
      * @param array $payload
458 458
      * @param IntegrationConnectionInterface|null $connection
459 459
      * @param CacheInterface|null $cache
460
-     * @return callable
460
+     * @return \Flipbox\Relay\Runner\Runner
461 461
      * @throws \yii\base\InvalidConfigException
462 462
      */
463 463
     public function rawHttpUpsertRelay(
Please login to merge, or discard this patch.
src/services/resources/traits/AddObjectTrait.php 1 patch
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.
src/services/resources/traits/DeleteObjectTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,8 +160,8 @@
 block discarded – undo
160 160
 
161 161
     /**
162 162
      * @param string $id
163
-     * @param ConnectionInterface|null $connection
164
-     * @param CacheInterface|null $cache
163
+     * @param ConnectionInterface $connection
164
+     * @param CacheInterface $cache
165 165
      * @return ResponseInterface
166 166
      * @throws \yii\base\InvalidConfigException
167 167
      */
Please login to merge, or discard this patch.
src/services/resources/traits/SyncByElementTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      * @param ConnectionInterface|null $connection
97 97
      * @param CacheInterface|null $cache
98 98
      * @param TransformerCollectionInterface|null $transformer
99
-     * @return false|string
99
+     * @return boolean
100 100
      */
101 101
     public function syncUp(
102 102
         ElementInterface $element,
Please login to merge, or discard this patch.
src/services/resources/CompanyContacts.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
      * @param CompanyContactsBuilderInterface $builder
187 187
      * @param ConnectionInterface|null $connection
188 188
      * @param CacheInterface|null $cache
189
-     * @return callable
189
+     * @return \Flipbox\Relay\Runner\Runner
190 190
      * @throws \yii\base\InvalidConfigException
191 191
      */
192 192
     public function httpAddRelay(
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
      * @param string $contactId
208 208
      * @param ConnectionInterface|null $connection
209 209
      * @param CacheInterface|null $cache
210
-     * @return callable
210
+     * @return \Flipbox\Relay\Runner\Runner
211 211
      * @throws \yii\base\InvalidConfigException
212 212
      */
213 213
     public function rawHttpAddRelay(
@@ -248,8 +248,8 @@  discard block
 block discarded – undo
248 248
     /**
249 249
      * @param string $companyId
250 250
      * @param string $contactId
251
-     * @param ConnectionInterface|null $connection
252
-     * @param CacheInterface|null $cache
251
+     * @param ConnectionInterface $connection
252
+     * @param CacheInterface $cache
253 253
      * @return ResponseInterface
254 254
      * @throws \yii\base\InvalidConfigException
255 255
      */
@@ -384,7 +384,7 @@  discard block
 block discarded – undo
384 384
      * @param CompanyContactsBuilderInterface $builder
385 385
      * @param ConnectionInterface|null $connection
386 386
      * @param CacheInterface|null $cache
387
-     * @return callable
387
+     * @return \Flipbox\Relay\Runner\Runner
388 388
      * @throws \yii\base\InvalidConfigException
389 389
      */
390 390
     public function httpRemoveRelay(
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
      * @param string $contactId
406 406
      * @param ConnectionInterface|null $connection
407 407
      * @param CacheInterface|null $cache
408
-     * @return callable
408
+     * @return \Flipbox\Relay\Runner\Runner
409 409
      * @throws \yii\base\InvalidConfigException
410 410
      */
411 411
     public function rawHttpRemoveRelay(
@@ -446,8 +446,8 @@  discard block
 block discarded – undo
446 446
     /**
447 447
      * @param string $companyId
448 448
      * @param string $contactId
449
-     * @param ConnectionInterface|null $connection
450
-     * @param CacheInterface|null $cache
449
+     * @param ConnectionInterface $connection
450
+     * @param CacheInterface $cache
451 451
      * @return ResponseInterface
452 452
      * @throws \yii\base\InvalidConfigException
453 453
      */
Please login to merge, or discard this patch.
src/services/resources/traits/ReadObjectTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $id
167
+     * @param string|null $id
168 168
      * @param ConnectionInterface|null $connection
169 169
      * @param CacheInterface|null $cache
170 170
      * @return ResponseInterface
Please login to merge, or discard this patch.
src/services/resources/traits/RemoveObjectTrait.php 1 patch
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.
src/services/resources/traits/UpdateObjectTrait.php 1 patch
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.