Closed brianvarskonst closed 1 month ago
@djoos could this get merged and released, please? It's starting to hurt... 🤒
Apologies for the late response. Merged - will get a new version out shortly.
Thank you for the contribution @brianvarskonst - and the nudge by @mmoll!
@djoos unfortunately this also introducted a bug, could you please enable GitHub Actions in this repository and merge #201 to prevent failures in the future? #202 is the bugfix after that.
Thank you @mmoll!
Hello,
I got this following error by running
vendor/bin/phpcbf
:This error appears because the line of code return a boolean or an integer and for PHP 8.3 its deprecaded to increase a boolean, so this early return fixes this issue.