Closed usernotnull closed 2 years ago
Without this PR and on PHP 8.1, I'm getting the below warning:
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../vendor/itsgoingd/clockwork/Clockwork/Helpers/StackFilter.php on line 129
I added a simple null check.
Thanks!
Without this PR and on PHP 8.1, I'm getting the below warning:
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../vendor/itsgoingd/clockwork/Clockwork/Helpers/StackFilter.php on line 129
I added a simple null check.