Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-08-02 21:52:14 +0400
committersgiehl <stefan@piwik.org>2013-08-02 21:52:14 +0400
commitbbb9c0e10868fdf96e1c53f8f7dd71a14e0abd53 (patch)
tree80b00ddcb5bca16f6762e9ca088e76aeead61ebb /core/Updates.php
parent54e0234ab1a1865d1d2aebd1aa59dc667b9f29b5 (diff)
fixed some doc blocks/namespaces
Diffstat (limited to 'core/Updates.php')
-rw-r--r--core/Updates.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Updates.php b/core/Updates.php
index 9f5e7ab1ee..e54ff50569 100644
--- a/core/Updates.php
+++ b/core/Updates.php
@@ -45,6 +45,8 @@ abstract class Updates
/**
* Tell the updater that this is a major update.
* Leads to a more visible notice.
+ *
+ * @return bool
*/
static function isMajorUpdate()
{