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

Add mixed return type to factory macro lambda function. #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ceilidhboy
Copy link

PhpStorm with the Idea plugin reports that the FormRequest factory() macro function returns void and thus underlines any chaining off the factory as an error.

This can be fixed by explicitly adding a return type of mixed to the factory macro's lambda function, which then keeps PhpStorm happy :)

2023-05-20 14_23_57-Lead-Response – InstantFormControllerTest php  Lead-Response

@ceilidhboy ceilidhboy changed the title Added mixed return type to factory macro lambda function. Add mixed return type to factory macro lambda function. May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant