Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
[lhc/web/wiklou.git] / includes / libs / IEUrlExtension.php
index e00e666..dcdf7b3 100644 (file)
@@ -35,8 +35,8 @@ class IEUrlExtension {
         *
         * If the a variable is unset in $_SERVER, it should be unset in $vars.
         *
-        * @param $vars A subset of $_SERVER.
-        * @param $extWhitelist Extensions which are allowed, assumed harmless.
+        * @param $vars array A subset of $_SERVER.
+        * @param $extWhitelist array Extensions which are allowed, assumed harmless.
         * @return bool
         */
        public static function areServerVarsBad( $vars, $extWhitelist = array() ) {