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 ReflectionParameter @param type on Util::getContextualAttributeFromDependency() #52541

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

samsonasik
Copy link
Contributor

@samsonasik samsonasik commented Aug 21, 2024

it should be either add to use statement or make it fqcn, we use on rector on cause it can't be downgraded and cause error:

 PHP Fatal error:  Uncaught Error: Call to undefined method ReflectionParameter::getAttributes() in /home/runner/work/rector/rector/standalone/vendor/rector/rector/vendor/illuminate/container/Util.php:75

see rectorphp/rector#8804

…omDependency()

 it should be either add to use statement or make it fqcn
@samsonasik samsonasik changed the title Fix ReflectionParameter @param type on Util::getContextualAttributeFromDependency() [11.x] Fix ReflectionParameter @param type on Util::getContextualAttributeFromDependency() Aug 21, 2024
@taylorotwell taylorotwell merged commit 14b67c8 into laravel:11.x Aug 21, 2024
31 checks passed
@samsonasik samsonasik deleted the patch-1 branch August 21, 2024 16:02
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