@@ -250,6 +250,7 @@ discard block |
||
| 250 | 250 | /** |
| 251 | 251 | * @inheritdoc |
| 252 | 252 | * @throws \Throwable |
| 253 | + * @param callable $transformer |
|
| 253 | 254 | */ |
| 254 | 255 | public function syncToSalesforce( |
| 255 | 256 | ElementInterface $element, |
@@ -299,6 +300,7 @@ discard block |
||
| 299 | 300 | * @throws \Throwable |
| 300 | 301 | * @throws \craft\errors\ElementNotFoundException |
| 301 | 302 | * @throws \yii\base\Exception |
| 303 | + * @param callable $transformer |
|
| 302 | 304 | */ |
| 303 | 305 | public function syncFromSalesforce( |
| 304 | 306 | ElementInterface $element, |
@@ -388,7 +390,7 @@ discard block |
||
| 388 | 390 | } |
| 389 | 391 | |
| 390 | 392 | /** |
| 391 | - * @param ResponseInterface|Element $response |
|
| 393 | + * @param ResponseInterface $response |
|
| 392 | 394 | * @param ElementInterface $element |
| 393 | 395 | * @param string|null $objectId |
| 394 | 396 | * @return bool |