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:
authormattab <matthieu.aubry@gmail.com>2013-10-18 08:44:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-18 08:44:12 +0400
commit8fe0766682124a2532441887d71f6bf9702813f6 (patch)
tree1c822a4f3701ccaefdea01f42a81631aba248d4a /core/Singleton.php
parent45805eab85631173fce88002c59f1dc48f714f28 (diff)
Minor changes
Diffstat (limited to 'core/Singleton.php')
-rw-r--r--core/Singleton.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Singleton.php b/core/Singleton.php
index a7abde523d..d6562a3ce9 100644
--- a/core/Singleton.php
+++ b/core/Singleton.php
@@ -24,9 +24,6 @@ class Singleton
final private function __clone() { }
- /**
- * @return self
- */
public static function getInstance() {
$class = get_called_class();