Completed
Push — master ( 425c1b...dc66d0 )
by Kirill
08:02
created
src/Query.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * Returns a list of selection criteria.
183 183
      *
184
-     * @return \Generator|CriterionInterface[]
184
+     * @return \Generator
185 185
      */
186 186
     public function getCriteria(): \Generator
187 187
     {
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
     }
296 296
 
297 297
     /**
298
-     * @param string|\Closure $filter
298
+     * @param \Closure $filter
299 299
      * @return Query
300 300
      */
301 301
     public function only($filter): Query
Please login to merge, or discard this patch.