Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[6.x] Fix incorrect PHPDoc type for queryParameters #34683

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

Daanra
Copy link
Contributor

@Daanra Daanra commented Oct 5, 2020

$queryParameters is not initialized in the constructor, therefore, it can also be null.

There is actually a conditional here here that checks whether $queryParameters is null.

@taylorotwell taylorotwell merged commit 924e3a6 into laravel:6.x Oct 5, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants