Completed
Push — develop ( 1d947e...a9d8b7 )
by Nate
05:38
created
src/cp/actions/fields/PerformAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/cp/actions/fields/PerformItemAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/services/ResourceAssociations.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/services/resources/traits/ElementCriteriaTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/z_modules/resources/services/Contacts.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.