com_api icon indicating copy to clipboard operation
com_api copied to clipboard

Warnings in PHP 8

Open xRealNeon opened this issue 3 years ago • 0 comments

I'm getting these errors at the article list endpoint after upgrading to PHP 8

Warning: Private methods cannot be final as they are never overridden by other classes in components/com_api/libraries/plugin.php on line 326

Warning: Private methods cannot be final as they are never overridden by other classes in components/com_api/libraries/plugin.php on line 348

Warning: Private methods cannot be final as they are never overridden by other classes in components/com_api/libraries/plugin.php on line 407

Warning: Private methods cannot be final as they are never overridden by other classes in components/com_api/libraries/plugin.php on line 468

xRealNeon avatar Dec 21 '22 13:12 xRealNeon