@@ -90,6 +90,7 @@ discard block |
||
| 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 |
||
| 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 |