@@ -81,6 +81,7 @@ discard block |
||
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | 83 | * {@inheritdoc} |
| 84 | + * @param integer $limit |
|
| 84 | 85 | */ |
| 85 | 86 | public function limit($limit) |
| 86 | 87 | { |
@@ -189,7 +190,7 @@ discard block |
||
| 189 | 190 | * |
| 190 | 191 | * @throws \Pixie\Exception |
| 191 | 192 | * |
| 192 | - * @return array |
|
| 193 | + * @return Model[] |
|
| 193 | 194 | */ |
| 194 | 195 | public function getModels($fastFetch = false) |
| 195 | 196 | { |