Completed
Push — develop ( 29aa46...90d18b )
by Nate
04:26
created
src/services/resources/ContactListContacts.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @inheritdoc
42
-     * @return ContactListContactsCriteria
42
+     * @return ContactListContactsCriteriaInterface
43 43
      */
44 44
     public function getCriteria(array $criteria = []): ContactListContactsCriteriaInterface
45 45
     {
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 ObjectCriteriaInterface
25 25
      */
26 26
     public abstract function getCriteria(array $criteria = []): ObjectCriteriaInterface;
Please login to merge, or discard this patch.
src/services/ObjectAssociations.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.