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