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() {