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

Fix warning from passing null to explode for includeParts #742

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Fix warning from passing null to explode for includeParts #742

merged 2 commits into from
Mar 18, 2022

Conversation

steven-fox
Copy link
Contributor

Closes #741

...using is_string() conditional instead of ! is_array() && ! is_null().
@freekmurze freekmurze merged commit 2970e54 into spatie:main Mar 18, 2022
@drecken drecken mentioned this pull request Aug 29, 2022
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.

PHP8.1 passing null to explode() is deprecated warning for $includeParts
3 participants