Fixed a doxygen warning
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 12 Feb 2010 21:37:22 +0000 (21:37 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 12 Feb 2010 21:37:22 +0000 (21:37 +0000)
includes/AutoLoader.php

index 8cf9a75..9f0adfb 100644 (file)
@@ -619,7 +619,7 @@ class AutoLoader {
        /**
         * autoload - take a class name and attempt to load it
         *
-        * @param string $className Name of class we're looking for.
+        * @param $className String: name of class we're looking for.
         * @return bool Returning false is important on failure as
         * it allows Zend to try and look in other registered autoloaders
         * as well.