Completed
Push — develop ( 8a32f1...84a04b )
by Nate
02:49
created
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.