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 PHP deprecation warning for explode() function #19

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Fix PHP deprecation warning for explode() function #19

merged 1 commit into from
Aug 17, 2023

Conversation

emaadali
Copy link
Contributor

Addresses the deprecation warning raised in PHP >=8.1 when passing null as the second parameter to the explode() function (https://www.php.net/manual/en/migration81.deprecated.php).

Addresses the deprecation warning raised in PHP >=8.1 when passing null as the second parameter to the explode() function (https://www.php.net/manual/en/migration81.deprecated.php).
@jszobody jszobody merged commit 7d9710b into stechstudio:main Aug 17, 2023
16 checks passed
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