fixed & improved phpdoc
This commit is contained in:
@ -25,7 +25,9 @@ class Database implements TimerListener {
|
||||
private $maniaControl = null;
|
||||
|
||||
/**
|
||||
* Construct database connection
|
||||
* Construct a new Database Connection
|
||||
*
|
||||
* @param ManiaControl $maniaControl
|
||||
*/
|
||||
public function __construct(ManiaControl $maniaControl) {
|
||||
$this->maniaControl = $maniaControl;
|
||||
|
Reference in New Issue
Block a user