whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

Fix method definition #95

Closed VGirol closed 3 months ago

VGirol commented 1 year ago

Laravel 9.45.1 PHP 8.1

I've many errors like this slowing down the local server : Return type of Whitecube\NovaPage\Pages\Template::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /xxx/vendor/whitecube/nova-page/src/Pages/Template.php on line 407

VGirol commented 1 year ago

Maybe php version 7.3 should be removed in composer.json.