Completed
Push — feature/pixie-port ( 4e56ce...211578 )
by Vladimir
13:08
created
src/QueryBuilder/QueryBuilderFlex.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,6 +90,7 @@  discard block
 block discarded – undo
90 90
 
91 91
     /**
92 92
      * {@inheritdoc}
93
+     * @param integer $limit
93 94
      */
94 95
     public function limit($limit): IQueryBuilderHandler
95 96
     {
@@ -197,7 +198,7 @@  discard block
 block discarded – undo
197 198
     /**
198 199
      * Find the first matching model in the database or return an invalid model.
199 200
      *
200
-     * @param mixed  $value      The value to search for
201
+     * @param string  $value      The value to search for
201 202
      * @param string $columnName The column name we'll be checking
202 203
      *
203 204
      * @throws \Pecee\Pixie\Exception
Please login to merge, or discard this patch.