Completed
Push — feature/pixie-port ( a7bad2...84efcb )
by Vladimir
03:38
created
src/QueryBuilder/QueryBuilderFlex.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,6 +82,7 @@  discard block
 block discarded – undo
82 82
 
83 83
     /**
84 84
      * {@inheritdoc}
85
+     * @param integer $limit
85 86
      */
86 87
     public function limit($limit)
87 88
     {
@@ -187,7 +188,7 @@  discard block
 block discarded – undo
187 188
     /**
188 189
      * Find the first matching model in the database or return an invalid model.
189 190
      *
190
-     * @param mixed  $value      The value to search for
191
+     * @param string  $value      The value to search for
191 192
      * @param string $columnName The column name we'll be checking
192 193
      *
193 194
      * @return Model
@@ -239,7 +240,7 @@  discard block
 block discarded – undo
239 240
      *
240 241
      * @throws \Pixie\Exception
241 242
      *
242
-     * @return array
243
+     * @return Model[]
243 244
      */
244 245
     public function getModels($fastFetch = true)
245 246
     {
Please login to merge, or discard this patch.