fix: Private methods cannot be final as the are never overriden
This commit is contained in:
@@ -57,5 +57,5 @@ class Connection
|
||||
return self::$req;
|
||||
}
|
||||
|
||||
final private function __clone() {}
|
||||
private function __clone() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user