Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[11.x] Fix incorrect variable-length argument $guards from array to string #52719

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

kayw-geek
Copy link
Contributor

Description

This pull request fixes an issue in the PHPDoc where the variable-length parameter $guards was incorrectly declare as an array of strings. The correct type should be string as the variable-length parameter represents multiple string arguments before they are converted into an array.

@kayw-geek kayw-geek changed the title Fix incorrect variable-length argument $guards from array to string [11.x] Fix incorrect variable-length argument $guards from array to string Sep 10, 2024
@taylorotwell taylorotwell merged commit 95d7c12 into laravel:11.x Sep 10, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants