Closed techi602 closed 2 years ago
This will suppress deprecated notices when running on PHP 8.1 with E_ALL including E_DEPRECATED
see https://php.watch/versions/8.1/ReturnTypeWillChange
To fully fix those interface issue support for PHP 7 must be dropped.
Thank you!
Hey @techi602 I decided to go as far as to drop support for older versions and release the v3. Please let me know if it works for you. If not, I'll release your changes separately as a v2 patch.
This will suppress deprecated notices when running on PHP 8.1 with E_ALL including E_DEPRECATED
see https://php.watch/versions/8.1/ReturnTypeWillChange
To fully fix those interface issue support for PHP 7 must be dropped.