Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in PHP 8 #146

Open
xRealNeon opened this issue Dec 21, 2022 · 0 comments · May be fixed by #147
Open

Warnings in PHP 8 #146

xRealNeon opened this issue Dec 21, 2022 · 0 comments · May be fixed by #147

Comments

@xRealNeon
Copy link

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 xRealNeon linked a pull request Dec 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant