mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-09 09:34:46 +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)
|
||||
*
|
||||
* @return Singleton
|
||||
* @return self
|
||||
*/
|
||||
public static function getInstance()
|
||||
{
|
||||
|
Reference in New Issue
Block a user