Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Bugfix/explode deprecated error #100

Merged

Conversation

rickdegraaf-dq
Copy link

On PHP81 the script will throw the following error:

PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated

Casting the option to a string will make sure that null is never passed to the explode function.

peterjaap and others added 2 commits July 8, 2022 12:50
PHP Deprecated:  explode(): Passing null to parameter elgentos#2 ($string) of type string is deprecated
@peterjaap peterjaap merged commit ca51d92 into elgentos:php81 Aug 29, 2022
@peterjaap
Copy link
Contributor

Thx!

@rickdegraaf-dq
Copy link
Author

Thanks! :) Any idea when this will be released to the master branch?

@peterjaap
Copy link
Contributor

https://github.com/elgentos/masquerade/releases/tag/1.2.1 🥳

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants