From: Philipp Holzer Date: Sat, 9 Mar 2019 19:31:49 +0000 (+0100) Subject: added phpdoc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7047a13ffa264d3fca66be2c259dde2706e4e2a5;p=friendica.git added phpdoc --- diff --git a/src/Core/Update.php b/src/Core/Update.php index b849b4c151..d65adfebea 100644 --- a/src/Core/Update.php +++ b/src/Core/Update.php @@ -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');