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

php 8 - Private methods cannot be final #3

Open
murraydailymaverick opened this issue Dec 6, 2023 · 0 comments
Open

php 8 - Private methods cannot be final #3

murraydailymaverick opened this issue Dec 6, 2023 · 0 comments

Comments

@murraydailymaverick
Copy link

Warning: Private methods cannot be final as they are never overridden by other classes in /wp-content/plugins/disable-cart-fragments-littlebizzy/helpers/singleton.php on line 75

ref https://php.watch/versions/8.0/final-private-function

Please could you update, the result is a warning in php 8

id suggest

/** * Disallow clone use and overwriting */ private function __clone() {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant