added phpdoc
This commit is contained in:
parent
e46a7cdf80
commit
7047a13ffa
|
@ -293,6 +293,11 @@ class Update
|
||||||
Logger::log("Database structure update successful.", Logger::TRACE);
|
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()
|
private static function getBuild()
|
||||||
{
|
{
|
||||||
$build = Config::get('system', 'build');
|
$build = Config::get('system', 'build');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user