Added getDefaultInstance() return type doc
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 13 May 2015 16:55:48 +0000 (09:55 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 13 May 2015 16:55:48 +0000 (09:55 -0700)
Change-Id: I9662738efb660f85a5c8e63c37f385d28539de75

includes/config/ConfigFactory.php

index 12b0c39..b20794b 100644 (file)
@@ -46,6 +46,9 @@ class ConfigFactory {
         */
        private static $self;
 
+       /**
+        * @return ConfigFactory
+        */
        public static function getDefaultInstance() {
                if ( !self::$self ) {
                        self::$self = new self;