@@ -14,9 +14,9 @@ |
||
| 14 | 14 | use craft\events\RegisterTemplateRootsEvent; |
| 15 | 15 | use craft\events\RegisterUrlRulesEvent; |
| 16 | 16 | use craft\services\Fields; |
| 17 | -use craft\web\twig\variables\CraftVariable; |
|
| 18 | 17 | use craft\web\UrlManager; |
| 19 | 18 | use craft\web\View; |
| 19 | +use craft\web\twig\variables\CraftVariable; |
|
| 20 | 20 | use flipbox\craft\ember\modules\LoggerTrait; |
| 21 | 21 | use flipbox\craft\hubspot\fields\Companies; |
| 22 | 22 | use flipbox\craft\hubspot\fields\ContactLists; |
@@ -348,7 +348,7 @@ discard block |
||
| 348 | 348 | /** |
| 349 | 349 | * @param int $elementId |
| 350 | 350 | * @param int|null $siteId |
| 351 | - * @return bool|false|string|null |
|
| 351 | + * @return null|string |
|
| 352 | 352 | */ |
| 353 | 353 | public function resolveObjectIdFromElementId( |
| 354 | 354 | int $elementId, |
@@ -381,7 +381,7 @@ discard block |
||
| 381 | 381 | /** |
| 382 | 382 | * @param string $objectId |
| 383 | 383 | * @param int|null $siteId |
| 384 | - * @return bool|false|string|null |
|
| 384 | + * @return null|string |
|
| 385 | 385 | */ |
| 386 | 386 | public function resolveElementIdFromObjectId( |
| 387 | 387 | string $objectId, |