phpdoc + coding improvements #3

This commit is contained in:
Steffen Schröder
2014-05-27 23:00:39 +02:00
parent 8b89289784
commit 736507fccf
6 changed files with 9 additions and 12 deletions

View File

@ -153,7 +153,7 @@ class Server implements CallbackListener {
/**
* Gets all Servers from the Database
*
* @return array
* @return \stdClass[]
*/
public function getAllServers() {
$mysqli = $this->maniaControl->database->mysqli;