added phpdoc

This commit is contained in:
Philipp Holzer 2019-03-09 20:31:49 +01:00
parent e46a7cdf80
commit 7047a13ffa
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 5 additions and 0 deletions

View File

@ -293,6 +293,11 @@ class Update
Logger::log("Database structure update successful.", Logger::TRACE);
}
/**
* Returns the current build number of the instance
*
* @return int the build number
*/
private static function getBuild()
{
$build = Config::get('system', 'build');