CHG PHPDoc - Replaced @return Singleton -> @return self for easier reusage

This commit is contained in:
AlexBaitov
2013-09-23 11:49:51 +07:00
parent 3d8098c5e4
commit 7db9f2b9e0

View File

@@ -27,7 +27,7 @@ class Singleton
/** /**
* gets the instance via lazy initialization (created on first usage) * gets the instance via lazy initialization (created on first usage)
* *
* @return Singleton * @return self
*/ */
public static function getInstance() public static function getInstance()
{ {