itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.7k stars 320 forks source link

Fix warning in PHP 8.1 #553

Closed usernotnull closed 2 years ago

usernotnull commented 2 years ago

I'm getting the below warning when running on PHP 8.1:

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../vendor/itsgoingd/clockwork/Clockwork/Helpers/StackFilter.php on line 129

I opened PR #552

mahagr commented 2 years ago

Should be fixed now?