Skip to content

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants