Using return type 'static' for IDE suggestions
authorAlexander Ebert <ebert@woltlab.com>
Mon, 31 Aug 2015 21:52:35 +0000 (23:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 31 Aug 2015 21:52:35 +0000 (23:52 +0200)
wcfsetup/install/files/lib/system/SingletonFactory.class.php

index 4561740d1034c24f40e0ac604ecddfbbf9bd4357..7afa0e02f0cc36dd091cccbafc3a84667114ad7c 100644 (file)
@@ -47,7 +47,7 @@ abstract class SingletonFactory {
        /**
         * Returns an unique instance of current child class.
         * 
-        * @return      \wcf\system\SingletonFactory
+        * @return      static
         */
        public static final function getInstance() {
                $className = get_called_class();