From b8ac2d6fda291236bc7d08df1b7a2030ebe14cb5 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 12 Feb 2010 21:37:22 +0000 Subject: [PATCH] Fixed a doxygen warning --- includes/AutoLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 8cf9a75890..9f0adfbc8f 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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. -- 2.20.1