fixed & improved phpdoc

This commit is contained in:
Steffen Schröder
2014-05-09 17:30:31 +02:00
parent 4a31d638bd
commit 49f3953abf
4 changed files with 18 additions and 19 deletions

View File

@ -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;