mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-10 09:56:24 +02:00
Merge pull request #36 from AlexBaitov/patch-1
CHG PHPDoc - Replaced @return Singleton -> @return self for easier reusa...
This commit is contained in:
@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user