whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
788 stars 228 forks source link

PHP 8 Warnings: JsonSerializable, ArrayAccess #371

Closed HenriqueSPin closed 2 years ago

HenriqueSPin commented 2 years ago

PHP versions before 8.0 parse the attribute syntax as a code comment and do not cause any syntax errors. Adding #[\ReturnTypeWillChange] attribute to a class method does not cause any issues, but omits the deprecation notice in PHP 8.1.

toonvandenbos commented 2 years ago

Thanks. Will release it soon, but there seems to be an unrelated problem with the latest version of Nova that we need to address first.