Skip to content

Commit

Permalink
Fix visibility of magic methods
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mation committed Aug 26, 2022
1 parent 6b1b986 commit 313c7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rbm-field-helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ final class RBM_FieldHelpers {
*/
public $templates;

private function __clone() {
public function __clone() {
}

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

/**
Expand Down

0 comments on commit 313c7f6

Please sign in to comment.