@@ -58,7 +58,7 @@ |
||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * @param SObjectActionInterface $action |
| 61 | - * @param SObjects $field |
|
| 61 | + * @param \flipbox\hubspot\fields\Resources $field |
|
| 62 | 62 | * @param ElementInterface $element |
| 63 | 63 | * @return mixed |
| 64 | 64 | * @throws \yii\web\UnauthorizedHttpException |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | 65 | * @param SObjectRowActionInterface $action |
| 66 | - * @param SObjects $field |
|
| 66 | + * @param \flipbox\hubspot\fields\Resources $field |
|
| 67 | 67 | * @param ElementInterface $element |
| 68 | 68 | * @param SObjectCriteria $criteria |
| 69 | 69 | * @return mixed |
@@ -185,7 +185,7 @@ |
||
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | /** |
| 188 | - * @param $source |
|
| 188 | + * @param string $source |
|
| 189 | 189 | * @param int $fieldId |
| 190 | 190 | * @param int $siteId |
| 191 | 191 | * @return array |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | trait ElementCriteriaTrait |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @param array $criteria |
|
| 23 | + * @param \yii\base\BaseObject $criteria |
|
| 24 | 24 | * @return ResourceCriteriaInterface |
| 25 | 25 | */ |
| 26 | 26 | public abstract function getCriteria(array $criteria = []): ResourceCriteriaInterface; |
@@ -134,7 +134,6 @@ |
||
| 134 | 134 | } |
| 135 | 135 | |
| 136 | 136 | /** |
| 137 | - * @param int $id |
|
| 138 | 137 | * @param $data |
| 139 | 138 | * @param callable|TransformerInterface $transformer |
| 140 | 139 | * @param AuthenticationStrategyInterface|null $authenticationStrategy |