json-api-php / json-api

Implementation of JSON API in PHP
https://json-api-php.github.io/
MIT License
183 stars 18 forks source link

Suppress deprecated notices in PHP 8.1 #111

Closed techi602 closed 2 years ago

techi602 commented 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.

f3ath commented 2 years ago

Thank you!

f3ath commented 2 years ago

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.