Skip to content

Commit 3a153fe

Browse files
Fix PHP error
1 parent f198cb4 commit 3a153fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Idoit/APIClient/Extension/Statistics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function __construct() {
4040
// Make constructor non-public!
4141
}
4242

43-
final private function __clone() {
43+
private function __clone() {
4444
// Prohibit cloning object!
4545
}
4646

0 commit comments

Comments
 (0)