added phpdoc

This commit is contained in:
Philipp Holzer
2019-03-09 20:31:49 +01:00
parent e46a7cdf80
commit 7047a13ffa

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');