opis / json-schema

JSON Schema validator for PHP
https://opis.io/json-schema
Apache License 2.0
568 stars 58 forks source link

Remove Deprecated for PHP 8.1 #96

Closed niconoe- closed 2 years ago

niconoe- commented 2 years ago

Add PHP Attribute ReturnTypeWillChange on ErrorContainer::next and ErrorContainer::rewind to temporarily suppress the deprecation notices:

Replacing the return types to be compatible with internal Iterator PHP classes will be a BC Break, but it has to change to remove those PHP Attributes and be ready for PHP 9.0.