From 7db9f2b9e0b80e7a8fffd964a70284258691dffb Mon Sep 17 00:00:00 2001 From: AlexBaitov Date: Mon, 23 Sep 2013 11:49:51 +0700 Subject: [PATCH] CHG PHPDoc - Replaced @return Singleton -> @return self for easier reusage --- Singleton/Singleton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Singleton/Singleton.php b/Singleton/Singleton.php index 45c8123..5120299 100644 --- a/Singleton/Singleton.php +++ b/Singleton/Singleton.php @@ -27,7 +27,7 @@ class Singleton /** * gets the instance via lazy initialization (created on first usage) * - * @return Singleton + * @return self */ public static function getInstance() {