@@ -31,7 +31,7 @@  | 
                                                    ||
| 31 | 31 | /**  | 
                                                        
| 32 | 32 | * Create a new JSON API collection serializer.  | 
                                                        
| 33 | 33 | *  | 
                                                        
| 34 | - * @param \Illuminate\Support\Collection|LengthAwarePaginator $records The collection of records to serialize  | 
                                                        |
| 34 | + * @param LengthAwarePaginator $records The collection of records to serialize  | 
                                                        |
| 35 | 35 | * @param array|null $fields Subset of fields to return by record type  | 
                                                        
| 36 | 36 | * @param array|null $include Relations to include  | 
                                                        
| 37 | 37 | */  |