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

[8.x] Fix 'strstr' function usage based on its signature #40457

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

alirezasaharkhiz
Copy link
Contributor

Fixed invalid usage of strstr function of php in InteractsWithInput trait.
Here is the reference for the strstr function usage:
https://www.php.net/manual/en/function.strstr.php

@nunomaduro nunomaduro changed the title Fix 'strstr' function usage based on its signature [8.x] Fix 'strstr' function usage based on its signature Jan 17, 2022
@nunomaduro
Copy link
Member

@alirezasaharkhiz Can you add a test that previously was failing, but now - with your pull request - is passing?

@alirezasaharkhiz
Copy link
Contributor Author

I executed default tests with no changes on what it was and some of the tests are failing does it have any specific env file or config?

@taylorotwell taylorotwell merged commit 0776ffd into laravel:8.x Jan 17, 2022
@taylorotwell
Copy link
Member

Added test.

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.

None yet

3 participants