Skip to content

Commit

Permalink
Fix incorrect PHPDoc type for queryParameters (#34683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanra authored Oct 5, 2020
1 parent 8de2c9d commit 924e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Resources/Json/ResourceCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ResourceCollection extends JsonResource implements Countable, IteratorAggr
/**
* The query parameters that should be added to the pagination links.
*
* @var array
* @var array|null
*/
protected $queryParameters;

Expand Down

0 comments on commit 924e3a6

Please sign in to comment.