@@ -230,7 +230,7 @@ |
||
230 | 230 | /** |
231 | 231 | * Get the most popular models, optionally limited and/or filtered by class. |
232 | 232 | * |
233 | - * @param int|null $limit |
|
233 | + * @param integer $limit |
|
234 | 234 | * @param \Illuminate\Database\Eloquent\Model|string|null $class |
235 | 235 | * |
236 | 236 | * @return mixed |