php7.1 all the things

This commit is contained in:
Shish
2019-05-28 17:31:20 +01:00
parent 189385ff61
commit 5ec3e89884
108 changed files with 400 additions and 1797 deletions

View File

@@ -46,10 +46,7 @@ class Update extends Extension {
}
}
/**
* @return bool
*/
private function download_shimmie() {
private function download_shimmie(): bool {
global $config;
$commitSHA = $_GET['sha'];
@@ -73,10 +70,7 @@ class Update extends Extension {
return false;
}
/**
* @return bool
*/
private function update_shimmie() {
private function update_shimmie(): bool {
global $config;
$commitSHA = $_GET['sha'];