filp / whoops

PHP errors for cool kids
http://filp.github.io/whoops/
MIT License
13.2k stars 604 forks source link

ArrayAccess Return Type issue #718

Closed designcise closed 2 years ago

designcise commented 2 years ago

With v2.14.0, PHP 8.1 throws the following error:

Fatal error: During inheritance of ArrayAccess: Uncaught Return type of Whoops\Exception\FrameCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
designcise commented 2 years ago

Nevermind, just realized this was fixed in a later version. Sorry!