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

@ -46,6 +46,9 @@ class Update extends Extension {
}
}
/**
* @return bool
*/
private function download_shimmie() {
global $config;
@ -70,6 +73,9 @@ class Update extends Extension {
return false;
}
/**
* @return bool
*/
private function update_shimmie() {
global $config, $page;