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>2015-10-15 22:06:48 +0300
committersgiehl <stefan@piwik.org>2015-10-15 23:26:38 +0300
commitccefdb1d5451133709edcc468577de39a343c00a (patch)
tree49053827ef60f141f5dd262d76d4180425ed22e4 /core/Singleton.php
parent5b64e37e82cab28cac0998910dccefd73668400e (diff)
use number format for currency in all websites dashboard
Diffstat (limited to 'core/Singleton.php')
-rw-r--r--core/Singleton.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Singleton.php b/core/Singleton.php
index cde63cb744..46e3c531d7 100644
--- a/core/Singleton.php
+++ b/core/Singleton.php
@@ -32,7 +32,7 @@ class Singleton
* Returns the singleton instance for the derived class. If the singleton instance
* has not been created, this method will create it.
*
- * @return Singleton
+ * @return static
*/
public static function getInstance()
{