Test Failed
Push — resource-links ( f51421...6eb1d8 )
by Alex
02:39
created
src/Serializers/CollectionSerializer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.