| @@ -91,6 +91,7 @@ discard block | ||
| 91 | 91 | |
| 92 | 92 | /** | 
| 93 | 93 | * @inheritdoc | 
| 94 | + * @return \Flipbox\Relay\Runner\Runner | |
| 94 | 95 | */ | 
| 95 | 96 | public function rawHttpReadRelay( | 
| 96 | 97 | string $id, | 
| @@ -285,8 +286,8 @@ discard block | ||
| 285 | 286 | /** | 
| 286 | 287 | * @param string $companyId | 
| 287 | 288 | * @param string $contactId | 
| 288 | - * @param ConnectionInterface|null $connection | |
| 289 | - * @param CacheInterface|null $cache | |
| 289 | + * @param ConnectionInterface $connection | |
| 290 | + * @param CacheInterface $cache | |
| 290 | 291 | * @return ResponseInterface | 
| 291 | 292 | * @throws \yii\base\InvalidConfigException | 
| 292 | 293 | */ | 
| @@ -483,8 +484,8 @@ discard block | ||
| 483 | 484 | /** | 
| 484 | 485 | * @param string $companyId | 
| 485 | 486 | * @param string $contactId | 
| 486 | - * @param ConnectionInterface|null $connection | |
| 487 | - * @param CacheInterface|null $cache | |
| 487 | + * @param ConnectionInterface $connection | |
| 488 | + * @param CacheInterface $cache | |
| 488 | 489 | * @return ResponseInterface | 
| 489 | 490 | * @throws \yii\base\InvalidConfigException | 
| 490 | 491 | */ | 
| @@ -223,7 +223,7 @@ discard block | ||
| 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 | ||
| 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 | ||
| 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 | ||
| 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( | 
| @@ -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 | */ | 
| @@ -160,8 +160,8 @@ | ||
| 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 | */ | 
| @@ -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 | */ | 
| @@ -96,7 +96,7 @@ | ||
| 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, | 
| @@ -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 | */ |