Private methods cannot be final as they are never overridden by other classes
-
Hi,
thanks for your plugin. I see the following error message:
Warning: Private methods cannot be final as they are never overridden by other classes in /var/www/html/wp-content/plugins/social-link-pages/inc/Singleton.php on line 22
Change
final private function __clone() {
To
private function __clone() {
fixes the error.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Private methods cannot be final as they are never overridden by other classes’ is closed to new replies.