Skip to content

Commit

Permalink
Fixing PHP 8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
graham73may committed Sep 18, 2023
1 parent 69a2531 commit ca66502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/class-bp-singleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ final private function __construct() {
protected function init() {
}

final private function __wakeup() {
public function __wakeup() {
}

final private function __clone() {
private function __clone() {
}
}
}

0 comments on commit ca66502

Please sign in to comment.