Using return type 'static' for IDE suggestions
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Aug 2015 10:03:25 +0000 (12:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Aug 2015 10:03:25 +0000 (12:03 +0200)
wcfsetup/install/files/lib/system/SingletonFactory.class.php

index c2c224f8846a4c28ab0ddbe22c88f868cd4af1e9..2c90207a0e7d6f749868249d618193b81cff31d8 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();