Skip to content

Commit

Permalink
Merge pull request #19 from LTD-Beget/BH-15288
Browse files Browse the repository at this point in the history
BH-15288. Fix warnings for php 8.2
  • Loading branch information
mikael-titinovskii authored Mar 24, 2023
2 parents 33d21c0 + 2cb22e2 commit 26009e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ abstract class BaseSerializer

protected function __construct(){}

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

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

/**
* singleton init and store in $instances
Expand Down

0 comments on commit 26009e7

Please sign in to comment.