From: Alexandre Emsenhuber Date: Fri, 12 Feb 2010 21:37:22 +0000 (+0000) Subject: Fixed a doxygen warning X-Git-Tag: 1.31.0-rc.0~37797 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=b8ac2d6fda291236bc7d08df1b7a2030ebe14cb5;p=lhc%2Fweb%2Fwiklou.git Fixed a doxygen warning --- 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.