More PHP Doc comments.

This commit is contained in:
jgen
2014-04-29 17:45:13 -04:00
parent 2bf4c667a7
commit a58bdbdc62
11 changed files with 153 additions and 36 deletions

View File

@ -76,6 +76,9 @@ class StatsDInterface extends Extension {
StatsDInterface::$stats["shimmie.events.info-sets"] = "1|c";
}
/**
* @return int
*/
public function get_priority() {return 99;}