@@ -131,9 +131,9 @@ discard block |
||
| 131 | 131 | /** |
| 132 | 132 | * @param string $companyId |
| 133 | 133 | * @param string $contactId |
| 134 | - * @param ConnectionInterface|string|null $connection |
|
| 135 | - * @param CacheInterface|string|null $cache |
|
| 136 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 134 | + * @param null|ConnectionInterface $connection |
|
| 135 | + * @param null|CacheInterface $cache |
|
| 136 | + * @param null|TransformerCollectionInterface $transformer |
|
| 137 | 137 | * @param array $extra |
| 138 | 138 | * @return mixed |
| 139 | 139 | * @throws \yii\base\InvalidConfigException |
@@ -175,9 +175,9 @@ discard block |
||
| 175 | 175 | /** |
| 176 | 176 | * @param string $companyId |
| 177 | 177 | * @param string $contactId |
| 178 | - * @param ConnectionInterface|string|null $connection |
|
| 179 | - * @param CacheInterface|string|null $cache |
|
| 180 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 178 | + * @param null|ConnectionInterface $connection |
|
| 179 | + * @param null|CacheInterface $cache |
|
| 180 | + * @param null|TransformerCollectionInterface $transformer |
|
| 181 | 181 | * @return PipelineBuilderInterface |
| 182 | 182 | * @throws \yii\base\InvalidConfigException |
| 183 | 183 | */ |
@@ -226,8 +226,8 @@ discard block |
||
| 226 | 226 | /** |
| 227 | 227 | * @param string $companyId |
| 228 | 228 | * @param string $contactId |
| 229 | - * @param ConnectionInterface|string|null $connection |
|
| 230 | - * @param CacheInterface|string|null $cache |
|
| 229 | + * @param null|ConnectionInterface $connection |
|
| 230 | + * @param null|CacheInterface $cache |
|
| 231 | 231 | * @return callable |
| 232 | 232 | * @throws \yii\base\InvalidConfigException |
| 233 | 233 | */ |
@@ -270,8 +270,8 @@ discard block |
||
| 270 | 270 | /** |
| 271 | 271 | * @param string $companyId |
| 272 | 272 | * @param string $contactId |
| 273 | - * @param ConnectionInterface|string|null $connection |
|
| 274 | - * @param CacheInterface|string|null $cache |
|
| 273 | + * @param null|ConnectionInterface $connection |
|
| 274 | + * @param null|CacheInterface $cache |
|
| 275 | 275 | * @return ResponseInterface |
| 276 | 276 | * @throws \yii\base\InvalidConfigException |
| 277 | 277 | */ |
@@ -317,9 +317,9 @@ discard block |
||
| 317 | 317 | /** |
| 318 | 318 | * @param string $companyId |
| 319 | 319 | * @param string $contactId |
| 320 | - * @param ConnectionInterface|string|null $connection |
|
| 321 | - * @param CacheInterface|string|null $cache |
|
| 322 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 320 | + * @param null|ConnectionInterface $connection |
|
| 321 | + * @param null|CacheInterface $cache |
|
| 322 | + * @param null|TransformerCollectionInterface $transformer |
|
| 323 | 323 | * @param array $extra |
| 324 | 324 | * @return mixed |
| 325 | 325 | * @throws \yii\base\InvalidConfigException |
@@ -361,9 +361,9 @@ discard block |
||
| 361 | 361 | /** |
| 362 | 362 | * @param string $companyId |
| 363 | 363 | * @param string $contactId |
| 364 | - * @param ConnectionInterface|string|null $connection |
|
| 365 | - * @param CacheInterface|string|null $cache |
|
| 366 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 364 | + * @param null|ConnectionInterface $connection |
|
| 365 | + * @param null|CacheInterface $cache |
|
| 366 | + * @param null|TransformerCollectionInterface $transformer |
|
| 367 | 367 | * @return PipelineBuilderInterface |
| 368 | 368 | * @throws \yii\base\InvalidConfigException |
| 369 | 369 | */ |
@@ -412,8 +412,8 @@ discard block |
||
| 412 | 412 | /** |
| 413 | 413 | * @param string $companyId |
| 414 | 414 | * @param string $contactId |
| 415 | - * @param ConnectionInterface|string|null $connection |
|
| 416 | - * @param CacheInterface|string|null $cache |
|
| 415 | + * @param null|ConnectionInterface $connection |
|
| 416 | + * @param null|CacheInterface $cache |
|
| 417 | 417 | * @return callable |
| 418 | 418 | * @throws \yii\base\InvalidConfigException |
| 419 | 419 | */ |
@@ -456,8 +456,8 @@ discard block |
||
| 456 | 456 | /** |
| 457 | 457 | * @param string $companyId |
| 458 | 458 | * @param string $contactId |
| 459 | - * @param ConnectionInterface|string|null $connection |
|
| 460 | - * @param CacheInterface|string|null $cache |
|
| 459 | + * @param null|ConnectionInterface $connection |
|
| 460 | + * @param null|CacheInterface $cache |
|
| 461 | 461 | * @return ResponseInterface |
| 462 | 462 | * @throws \yii\base\InvalidConfigException |
| 463 | 463 | */ |
@@ -131,9 +131,9 @@ discard block |
||
| 131 | 131 | /** |
| 132 | 132 | * @param string $id |
| 133 | 133 | * @param array $payload |
| 134 | - * @param ConnectionInterface|string|null $connection |
|
| 135 | - * @param CacheInterface|string|null $cache |
|
| 136 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 134 | + * @param null|ConnectionInterface $connection |
|
| 135 | + * @param null|CacheInterface $cache |
|
| 136 | + * @param null|TransformerCollectionInterface $transformer |
|
| 137 | 137 | * @param array $extra |
| 138 | 138 | * @return mixed |
| 139 | 139 | * @throws \yii\base\InvalidConfigException |
@@ -175,9 +175,9 @@ discard block |
||
| 175 | 175 | /** |
| 176 | 176 | * @param string $id |
| 177 | 177 | * @param array $payload |
| 178 | - * @param ConnectionInterface|string|null $connection |
|
| 179 | - * @param CacheInterface|string|null $cache |
|
| 180 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 178 | + * @param null|ConnectionInterface $connection |
|
| 179 | + * @param null|CacheInterface $cache |
|
| 180 | + * @param null|TransformerCollectionInterface $transformer |
|
| 181 | 181 | * @return PipelineBuilderInterface |
| 182 | 182 | * @throws \yii\base\InvalidConfigException |
| 183 | 183 | */ |
@@ -226,8 +226,8 @@ discard block |
||
| 226 | 226 | /** |
| 227 | 227 | * @param string $id |
| 228 | 228 | * @param array $payload |
| 229 | - * @param ConnectionInterface|string|null $connection |
|
| 230 | - * @param CacheInterface|string|null $cache |
|
| 229 | + * @param null|ConnectionInterface $connection |
|
| 230 | + * @param null|CacheInterface $cache |
|
| 231 | 231 | * @return callable |
| 232 | 232 | * @throws \yii\base\InvalidConfigException |
| 233 | 233 | */ |
@@ -270,8 +270,8 @@ discard block |
||
| 270 | 270 | /** |
| 271 | 271 | * @param string $id |
| 272 | 272 | * @param array $payload |
| 273 | - * @param ConnectionInterface|string|null $connection |
|
| 274 | - * @param CacheInterface|string|null $cache |
|
| 273 | + * @param null|ConnectionInterface $connection |
|
| 274 | + * @param null|CacheInterface $cache |
|
| 275 | 275 | * @return ResponseInterface |
| 276 | 276 | * @throws \yii\base\InvalidConfigException |
| 277 | 277 | */ |
@@ -317,9 +317,9 @@ discard block |
||
| 317 | 317 | /** |
| 318 | 318 | * @param string $id |
| 319 | 319 | * @param array $payload |
| 320 | - * @param ConnectionInterface|string|null $connection |
|
| 321 | - * @param CacheInterface|string|null $cache |
|
| 322 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 320 | + * @param null|ConnectionInterface $connection |
|
| 321 | + * @param null|CacheInterface $cache |
|
| 322 | + * @param null|TransformerCollectionInterface $transformer |
|
| 323 | 323 | * @param array $extra |
| 324 | 324 | * @return mixed |
| 325 | 325 | * @throws \yii\base\InvalidConfigException |
@@ -361,9 +361,9 @@ discard block |
||
| 361 | 361 | /** |
| 362 | 362 | * @param string $id |
| 363 | 363 | * @param array $payload |
| 364 | - * @param ConnectionInterface|string|null $connection |
|
| 365 | - * @param CacheInterface|string|null $cache |
|
| 366 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 364 | + * @param null|ConnectionInterface $connection |
|
| 365 | + * @param null|CacheInterface $cache |
|
| 366 | + * @param null|TransformerCollectionInterface $transformer |
|
| 367 | 367 | * @return PipelineBuilderInterface |
| 368 | 368 | * @throws \yii\base\InvalidConfigException |
| 369 | 369 | */ |
@@ -412,8 +412,8 @@ discard block |
||
| 412 | 412 | /** |
| 413 | 413 | * @param string $id |
| 414 | 414 | * @param array $payload |
| 415 | - * @param ConnectionInterface|string|null $connection |
|
| 416 | - * @param CacheInterface|string|null $cache |
|
| 415 | + * @param null|ConnectionInterface $connection |
|
| 416 | + * @param null|CacheInterface $cache |
|
| 417 | 417 | * @return callable |
| 418 | 418 | * @throws \yii\base\InvalidConfigException |
| 419 | 419 | */ |
@@ -456,8 +456,8 @@ discard block |
||
| 456 | 456 | /** |
| 457 | 457 | * @param string $id |
| 458 | 458 | * @param array $payload |
| 459 | - * @param ConnectionInterface|string|null $connection |
|
| 460 | - * @param CacheInterface|string|null $cache |
|
| 459 | + * @param null|ConnectionInterface $connection |
|
| 460 | + * @param null|CacheInterface $cache |
|
| 461 | 461 | * @return ResponseInterface |
| 462 | 462 | * @throws \yii\base\InvalidConfigException |
| 463 | 463 | */ |
@@ -43,8 +43,8 @@ discard block |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * @param ConnectionInterface|string|null $connection |
|
| 47 | - * @param CacheInterface|string|null $cache |
|
| 46 | + * @param null|ConnectionInterface $connection |
|
| 47 | + * @param null|CacheInterface $cache |
|
| 48 | 48 | * @return callable |
| 49 | 49 | * @throws \yii\base\InvalidConfigException |
| 50 | 50 | */ |
@@ -83,9 +83,9 @@ discard block |
||
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | - * @param ConnectionInterface|string|null $connection |
|
| 87 | - * @param CacheInterface|string|null $cache |
|
| 88 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 86 | + * @param null|ConnectionInterface $connection |
|
| 87 | + * @param null|CacheInterface $cache |
|
| 88 | + * @param null|TransformerCollectionInterface $transformer |
|
| 89 | 89 | * @param array $extra |
| 90 | 90 | * @return mixed |
| 91 | 91 | * @throws \yii\base\InvalidConfigException |
@@ -119,9 +119,9 @@ discard block |
||
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | /** |
| 122 | - * @param ConnectionInterface|string|null $connection |
|
| 123 | - * @param CacheInterface|string|null $cache |
|
| 124 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 122 | + * @param null|ConnectionInterface $connection |
|
| 123 | + * @param null|CacheInterface $cache |
|
| 124 | + * @param null|TransformerCollectionInterface $transformer |
|
| 125 | 125 | * @return PipelineBuilderInterface |
| 126 | 126 | * @throws \yii\base\InvalidConfigException |
| 127 | 127 | */ |
@@ -162,8 +162,8 @@ discard block |
||
| 162 | 162 | } |
| 163 | 163 | |
| 164 | 164 | /** |
| 165 | - * @param ConnectionInterface|string|null $connection |
|
| 166 | - * @param CacheInterface|string|null $cache |
|
| 165 | + * @param null|ConnectionInterface $connection |
|
| 166 | + * @param null|CacheInterface $cache |
|
| 167 | 167 | * @return ResponseInterface |
| 168 | 168 | * @throws \yii\base\InvalidConfigException |
| 169 | 169 | */ |
@@ -55,8 +55,8 @@ discard block |
||
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | 57 | * @param array $payload |
| 58 | - * @param ConnectionInterface|string|null $connection |
|
| 59 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 58 | + * @param null|ConnectionInterface $connection |
|
| 59 | + * @param null|TransformerCollectionInterface $transformer |
|
| 60 | 60 | * @param array $extra |
| 61 | 61 | * @return mixed |
| 62 | 62 | * @throws \yii\base\InvalidConfigException |
@@ -91,8 +91,8 @@ discard block |
||
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | 93 | * @param array $payload |
| 94 | - * @param ConnectionInterface|string|null $connection |
|
| 95 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 94 | + * @param null|ConnectionInterface $connection |
|
| 95 | + * @param null|TransformerCollectionInterface $transformer |
|
| 96 | 96 | * @return PipelineBuilderInterface |
| 97 | 97 | * @throws \yii\base\InvalidConfigException |
| 98 | 98 | */ |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | |
| 135 | 135 | /** |
| 136 | 136 | * @param array $payload |
| 137 | - * @param ConnectionInterface|string|null $connection |
|
| 137 | + * @param null|ConnectionInterface $connection |
|
| 138 | 138 | * @return callable |
| 139 | 139 | * @throws \yii\base\InvalidConfigException |
| 140 | 140 | */ |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | |
| 171 | 171 | /** |
| 172 | 172 | * @param array $payload |
| 173 | - * @param ConnectionInterface|string|null $connection |
|
| 173 | + * @param null|ConnectionInterface $connection |
|
| 174 | 174 | * @return ResponseInterface |
| 175 | 175 | * @throws \yii\base\InvalidConfigException |
| 176 | 176 | */ |
@@ -58,9 +58,9 @@ discard block |
||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * @param string $id |
| 61 | - * @param ConnectionInterface|string|null $connection |
|
| 62 | - * @param CacheInterface|string|null $cache |
|
| 63 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 61 | + * @param null|ConnectionInterface $connection |
|
| 62 | + * @param null|CacheInterface $cache |
|
| 63 | + * @param null|TransformerCollectionInterface $transformer |
|
| 64 | 64 | * @param array $extra |
| 65 | 65 | * @return mixed |
| 66 | 66 | * @throws \yii\base\InvalidConfigException |
@@ -98,9 +98,9 @@ discard block |
||
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | 100 | * @param string $id |
| 101 | - * @param ConnectionInterface|string|null $connection |
|
| 102 | - * @param CacheInterface|string|null $cache |
|
| 103 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 101 | + * @param null|ConnectionInterface $connection |
|
| 102 | + * @param null|CacheInterface $cache |
|
| 103 | + * @param null|TransformerCollectionInterface $transformer |
|
| 104 | 104 | * @return PipelineBuilderInterface |
| 105 | 105 | * @throws \yii\base\InvalidConfigException |
| 106 | 106 | */ |
@@ -145,8 +145,8 @@ discard block |
||
| 145 | 145 | |
| 146 | 146 | /** |
| 147 | 147 | * @param string $id |
| 148 | - * @param ConnectionInterface|string|null $connection |
|
| 149 | - * @param CacheInterface|string|null $cache |
|
| 148 | + * @param null|ConnectionInterface $connection |
|
| 149 | + * @param null|CacheInterface $cache |
|
| 150 | 150 | * @return callable |
| 151 | 151 | * @throws \yii\base\InvalidConfigException |
| 152 | 152 | */ |
@@ -185,8 +185,8 @@ discard block |
||
| 185 | 185 | |
| 186 | 186 | /** |
| 187 | 187 | * @param string $id |
| 188 | - * @param ConnectionInterface|string|null $connection |
|
| 189 | - * @param CacheInterface|string|null $cache |
|
| 188 | + * @param null|ConnectionInterface $connection |
|
| 189 | + * @param null|CacheInterface $cache |
|
| 190 | 190 | * @return ResponseInterface |
| 191 | 191 | * @throws \yii\base\InvalidConfigException |
| 192 | 192 | */ |
@@ -58,9 +58,9 @@ discard block |
||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * @param $id |
| 61 | - * @param ConnectionInterface|string|null $connection |
|
| 62 | - * @param CacheInterface|string|null $cache |
|
| 63 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 61 | + * @param null|ConnectionInterface $connection |
|
| 62 | + * @param null|CacheInterface $cache |
|
| 63 | + * @param null|TransformerCollectionInterface $transformer |
|
| 64 | 64 | * @param array $extra |
| 65 | 65 | * @return mixed |
| 66 | 66 | * @throws \yii\base\InvalidConfigException |
@@ -98,9 +98,9 @@ discard block |
||
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | 100 | * @param $id |
| 101 | - * @param ConnectionInterface|string|null $connection |
|
| 102 | - * @param CacheInterface|string|null $cache |
|
| 103 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 101 | + * @param null|ConnectionInterface $connection |
|
| 102 | + * @param null|CacheInterface $cache |
|
| 103 | + * @param null|TransformerCollectionInterface $transformer |
|
| 104 | 104 | * @return PipelineBuilderInterface |
| 105 | 105 | * @throws \yii\base\InvalidConfigException |
| 106 | 106 | */ |
@@ -144,9 +144,9 @@ discard block |
||
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | /** |
| 147 | - * @param $id |
|
| 148 | - * @param ConnectionInterface|string|null $connection |
|
| 149 | - * @param CacheInterface|string|null $cache |
|
| 147 | + * @param string|null $id |
|
| 148 | + * @param null|ConnectionInterface $connection |
|
| 149 | + * @param null|CacheInterface $cache |
|
| 150 | 150 | * @return ResponseInterface |
| 151 | 151 | * @throws \yii\base\InvalidConfigException |
| 152 | 152 | */ |
@@ -179,8 +179,8 @@ discard block |
||
| 179 | 179 | |
| 180 | 180 | /** |
| 181 | 181 | * @param $id |
| 182 | - * @param ConnectionInterface|string|null $connection |
|
| 183 | - * @param CacheInterface|string|null $cache |
|
| 182 | + * @param null|ConnectionInterface $connection |
|
| 183 | + * @param null|CacheInterface $cache |
|
| 184 | 184 | * @return callable |
| 185 | 185 | * @throws \yii\base\InvalidConfigException |
| 186 | 186 | */ |
@@ -60,9 +60,9 @@ discard block |
||
| 60 | 60 | /** |
| 61 | 61 | * @param string $id |
| 62 | 62 | * @param array $payload |
| 63 | - * @param ConnectionInterface|string|null $connection |
|
| 64 | - * @param CacheInterface|string|null $cache |
|
| 65 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 63 | + * @param null|ConnectionInterface $connection |
|
| 64 | + * @param null|CacheInterface $cache |
|
| 65 | + * @param null|TransformerCollectionInterface $transformer |
|
| 66 | 66 | * @param array $extra |
| 67 | 67 | * @return mixed |
| 68 | 68 | * @throws \yii\base\InvalidConfigException |
@@ -104,9 +104,9 @@ discard block |
||
| 104 | 104 | /** |
| 105 | 105 | * @param string $id |
| 106 | 106 | * @param array $payload |
| 107 | - * @param ConnectionInterface|string|null $connection |
|
| 108 | - * @param CacheInterface|string|null $cache |
|
| 109 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 107 | + * @param null|ConnectionInterface $connection |
|
| 108 | + * @param null|CacheInterface $cache |
|
| 109 | + * @param null|TransformerCollectionInterface $transformer |
|
| 110 | 110 | * @return PipelineBuilderInterface |
| 111 | 111 | * @throws \yii\base\InvalidConfigException |
| 112 | 112 | */ |
@@ -155,8 +155,8 @@ discard block |
||
| 155 | 155 | /** |
| 156 | 156 | * @param string $id |
| 157 | 157 | * @param array $payload |
| 158 | - * @param ConnectionInterface|string|null $connection |
|
| 159 | - * @param CacheInterface|string|null $cache |
|
| 158 | + * @param null|ConnectionInterface $connection |
|
| 159 | + * @param null|CacheInterface $cache |
|
| 160 | 160 | * @return callable |
| 161 | 161 | * @throws \yii\base\InvalidConfigException |
| 162 | 162 | */ |
@@ -199,8 +199,8 @@ discard block |
||
| 199 | 199 | /** |
| 200 | 200 | * @param string $id |
| 201 | 201 | * @param array $payload |
| 202 | - * @param ConnectionInterface|string|null $connection |
|
| 203 | - * @param CacheInterface|string|null $cache |
|
| 202 | + * @param null|ConnectionInterface $connection |
|
| 203 | + * @param null|CacheInterface $cache |
|
| 204 | 204 | * @return ResponseInterface |
| 205 | 205 | * @throws \yii\base\InvalidConfigException |
| 206 | 206 | */ |
@@ -110,8 +110,8 @@ discard block |
||
| 110 | 110 | * @param string $id |
| 111 | 111 | * @param string $typeId |
| 112 | 112 | * @param IntegrationConnectionInterface|null $connection |
| 113 | - * @param CacheInterface|string|null $cache |
|
| 114 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 113 | + * @param null|CacheInterface $cache |
|
| 114 | + * @param null|TransformerCollectionInterface $transformer |
|
| 115 | 115 | * @param array $extra |
| 116 | 116 | * @return mixed |
| 117 | 117 | * @throws \yii\base\InvalidConfigException |
@@ -154,8 +154,8 @@ discard block |
||
| 154 | 154 | * @param string $id |
| 155 | 155 | * @param string $typeId |
| 156 | 156 | * @param IntegrationConnectionInterface|null $connection |
| 157 | - * @param CacheInterface|string|null $cache |
|
| 158 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 157 | + * @param null|CacheInterface $cache |
|
| 158 | + * @param null|TransformerCollectionInterface $transformer |
|
| 159 | 159 | * @return PipelineBuilderInterface |
| 160 | 160 | * @throws \yii\base\InvalidConfigException |
| 161 | 161 | */ |
@@ -205,7 +205,7 @@ discard block |
||
| 205 | 205 | * @param string $id |
| 206 | 206 | * @param string $typeId |
| 207 | 207 | * @param IntegrationConnectionInterface|null $connection |
| 208 | - * @param CacheInterface|string|null $cache |
|
| 208 | + * @param null|CacheInterface $cache |
|
| 209 | 209 | * @return ResponseInterface |
| 210 | 210 | * @throws \yii\base\InvalidConfigException |
| 211 | 211 | */ |
@@ -225,7 +225,7 @@ discard block |
||
| 225 | 225 | |
| 226 | 226 | /** |
| 227 | 227 | * @param TimelineEventAccessorInterface $criteria |
| 228 | - * @return callable |
|
| 228 | + * @return \Flipbox\Relay\Runner\Runner |
|
| 229 | 229 | * @throws \yii\base\InvalidConfigException |
| 230 | 230 | */ |
| 231 | 231 | public function httpReadRelay( |
@@ -243,8 +243,8 @@ discard block |
||
| 243 | 243 | * @param string $id |
| 244 | 244 | * @param string $typeId |
| 245 | 245 | * @param IntegrationConnectionInterface|null $connection |
| 246 | - * @param CacheInterface|string|null $cache |
|
| 247 | - * @return callable |
|
| 246 | + * @param null|CacheInterface $cache |
|
| 247 | + * @return \Flipbox\Relay\Runner\Runner |
|
| 248 | 248 | * @throws \yii\base\InvalidConfigException |
| 249 | 249 | */ |
| 250 | 250 | public function rawHttpReadRelay( |
@@ -296,8 +296,8 @@ discard block |
||
| 296 | 296 | * @param string $id |
| 297 | 297 | * @param array $payload |
| 298 | 298 | * @param IntegrationConnectionInterface|null $connection |
| 299 | - * @param CacheInterface|string|null $cache |
|
| 300 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 299 | + * @param null|CacheInterface $cache |
|
| 300 | + * @param null|TransformerCollectionInterface $transformer |
|
| 301 | 301 | * @param array $extra |
| 302 | 302 | * @return mixed |
| 303 | 303 | * @throws \yii\base\InvalidConfigException |
@@ -344,8 +344,8 @@ discard block |
||
| 344 | 344 | * @param string $id |
| 345 | 345 | * @param array $payload |
| 346 | 346 | * @param IntegrationConnectionInterface|null $connection |
| 347 | - * @param CacheInterface|string|null $cache |
|
| 348 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 347 | + * @param null|CacheInterface $cache |
|
| 348 | + * @param null|TransformerCollectionInterface $transformer |
|
| 349 | 349 | * @return PipelineBuilderInterface |
| 350 | 350 | * @throws \yii\base\InvalidConfigException |
| 351 | 351 | */ |
@@ -399,7 +399,7 @@ discard block |
||
| 399 | 399 | * @param string $id |
| 400 | 400 | * @param array $payload |
| 401 | 401 | * @param IntegrationConnectionInterface|null $connection |
| 402 | - * @param CacheInterface|string|null $cache |
|
| 402 | + * @param null|CacheInterface $cache |
|
| 403 | 403 | * @return ResponseInterface |
| 404 | 404 | * @throws \yii\base\InvalidConfigException |
| 405 | 405 | */ |
@@ -421,7 +421,7 @@ discard block |
||
| 421 | 421 | |
| 422 | 422 | /** |
| 423 | 423 | * @param TimelineEventMutatorInterface $criteria |
| 424 | - * @return callable |
|
| 424 | + * @return \Flipbox\Relay\Runner\Runner |
|
| 425 | 425 | * @throws \yii\base\InvalidConfigException |
| 426 | 426 | */ |
| 427 | 427 | public function httpUpsertRelay( |
@@ -441,8 +441,8 @@ discard block |
||
| 441 | 441 | * @param string $id |
| 442 | 442 | * @param array $payload |
| 443 | 443 | * @param IntegrationConnectionInterface|null $connection |
| 444 | - * @param CacheInterface|string|null $cache |
|
| 445 | - * @return callable |
|
| 444 | + * @param null|CacheInterface $cache |
|
| 445 | + * @return \Flipbox\Relay\Runner\Runner |
|
| 446 | 446 | * @throws \yii\base\InvalidConfigException |
| 447 | 447 | */ |
| 448 | 448 | public function rawHttpUpsertRelay( |
@@ -494,7 +494,7 @@ discard block |
||
| 494 | 494 | /** |
| 495 | 495 | * @param array $payload |
| 496 | 496 | * @param IntegrationConnectionInterface|null $connection |
| 497 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 497 | + * @param null|TransformerCollectionInterface $transformer |
|
| 498 | 498 | * @param array $extra |
| 499 | 499 | * @return mixed |
| 500 | 500 | * @throws \yii\base\InvalidConfigException |
@@ -514,7 +514,7 @@ discard block |
||
| 514 | 514 | |
| 515 | 515 | /** |
| 516 | 516 | * @param TimelineEventBatchMutatorInterface $criteria |
| 517 | - * @return mixed |
|
| 517 | + * @return PipelineBuilderInterface |
|
| 518 | 518 | * @throws \yii\base\InvalidConfigException |
| 519 | 519 | */ |
| 520 | 520 | public function batchPipeline( |
@@ -530,7 +530,7 @@ discard block |
||
| 530 | 530 | /** |
| 531 | 531 | * @param array $payload |
| 532 | 532 | * @param IntegrationConnectionInterface|null $connection |
| 533 | - * @param TransformerCollectionInterface|array|null $transformer |
|
| 533 | + * @param null|TransformerCollectionInterface $transformer |
|
| 534 | 534 | * @return PipelineBuilderInterface |
| 535 | 535 | * @throws \yii\base\InvalidConfigException |
| 536 | 536 | */ |
@@ -572,7 +572,7 @@ discard block |
||
| 572 | 572 | |
| 573 | 573 | /** |
| 574 | 574 | * @param array $payload |
| 575 | - * @param IntegrationConnectionInterface|string|null $connection |
|
| 575 | + * @param null|IntegrationConnectionInterface $connection |
|
| 576 | 576 | * @return ResponseInterface |
| 577 | 577 | * @throws \yii\base\InvalidConfigException |
| 578 | 578 | */ |
@@ -588,7 +588,7 @@ discard block |
||
| 588 | 588 | |
| 589 | 589 | /** |
| 590 | 590 | * @param TimelineEventBatchMutatorInterface $criteria |
| 591 | - * @return callable |
|
| 591 | + * @return \Flipbox\Relay\Runner\Runner |
|
| 592 | 592 | * @throws \yii\base\InvalidConfigException |
| 593 | 593 | */ |
| 594 | 594 | public function httpBatchRelay( |
@@ -603,7 +603,7 @@ discard block |
||
| 603 | 603 | /** |
| 604 | 604 | * @param array $payload |
| 605 | 605 | * @param IntegrationConnectionInterface|null $connection |
| 606 | - * @return callable |
|
| 606 | + * @return \Flipbox\Relay\Runner\Runner |
|
| 607 | 607 | * @throws \yii\base\InvalidConfigException |
| 608 | 608 | */ |
| 609 | 609 | public function rawHttpBatchRelay( |