added phpdoc
authorPhilipp Holzer <admin@philipp.info>
Sat, 9 Mar 2019 19:31:49 +0000 (20:31 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sat, 9 Mar 2019 19:49:59 +0000 (20:49 +0100)
src/Core/Update.php

index b849b4c..d65adfe 100644 (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');