mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
CHG PHPDoc - Replaced @return Singleton -> @return self for easier reusage
This commit is contained in:
parent
3d8098c5e4
commit
7db9f2b9e0
@ -27,7 +27,7 @@ class Singleton
|
||||
/**
|
||||
* gets the instance via lazy initialization (created on first usage)
|
||||
*
|
||||
* @return Singleton
|
||||
* @return self
|
||||
*/
|
||||
public static function getInstance()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user