Improved PHPDoc, Type Hints & Parameter Names
This commit is contained in:
@ -71,7 +71,7 @@ class RankingManager implements CallbackListener {
|
||||
/**
|
||||
* Update Game Rankings (never call this Method)
|
||||
*
|
||||
* @param $data
|
||||
* @param string $data
|
||||
*/
|
||||
public function updateRankings($data) {
|
||||
if (!is_string($data)) {
|
||||
|
Reference in New Issue
Block a user