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
I'm getting these errors at the article list endpoint after upgrading to PHP 8