Merge "Fixed some @params documentation (includes/*)"
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 97a3246..e8adf3e 100644 (file)
@@ -1257,8 +1257,8 @@ class AutoLoader {
         * Sanitizer that have define()s outside of their class definition. Of course
         * this wouldn't be necessary if everything in MediaWiki was class-based. Sigh.
         *
-        * @param $class string
-        * @return Boolean Return the results of class_exists() so we know if we were successful
+        * @param string $class
+        * @return bool Return the results of class_exists() so we know if we were successful
         */
        static function loadClass( $class ) {
                return class_exists( $class );