Skip to content

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

Open
ceilidhboy wants to merge 1 commit into
worksome:mainfrom
ceilidhboy:add_mixed_return_type_to_factory_macro_lambda_function
Open

Add mixed return type to factory macro lambda function.#46
ceilidhboy wants to merge 1 commit into
worksome:mainfrom
ceilidhboy:add_mixed_return_type_to_factory_macro_lambda_function

Conversation

@ceilidhboy
Copy link
Copy Markdown

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