Docblocks / coding style improvement

This commit is contained in:
Flavio Copes
2016-01-10 17:17:04 +01:00
parent 68747cc4b8
commit 53bbbf9fc2
4 changed files with 27 additions and 11 deletions

View File

@@ -167,7 +167,8 @@ class Gpm
return $tmp . DS . $package['name'];
}
public static function selfupgrade() {
public static function selfupgrade()
{
$upgrader = new Upgrader();
if (!Installer::isGravInstance(GRAV_ROOT)) {