techjoomla / com_api

API framework for Joomla
http://docs.techjoomla.com/joomla-rest-api/com-api-introduction
GNU General Public License v3.0
123 stars 97 forks source link

Warnings in PHP 8 #146

Open xRealNeon opened 1 year ago

xRealNeon commented 1 year ago

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