Add devunt to CREDITS as patch contributor
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 3b5fbac..7136232 100644 (file)
@@ -1109,7 +1109,7 @@ class AutoLoader {
        /**
         * autoload - take a class name and attempt to load it
         *
-        * @param $className String: name of class we're looking for.
+        * @param string $className 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.