Deprecated: Return type of XF\App::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool

  • Thread starter Thread starter ZixDev
  • Start date Start date

ZixDev

Guest
Member
I'm using PHP 8.1.0
Code:

Code:
Deprecated: Return type of XF\App::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/zix/Documents/www/xf2/src/XF/App.php on line 2398

Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: [E_DEPRECATED] Return type of XF\DataRegistry::offsetExists($key) should either be compatible with...

Read more
 
Top