Merge "Web installer: Correctly escape U+00A0 NO-BREAK SPACE"
[lhc/web/wiklou.git] / includes / installer / WebInstaller.php
index e1210d8..2ba221f 100644 (file)
@@ -472,7 +472,7 @@ class WebInstaller extends Installer {
         * Get a session variable.
         *
         * @param string $name
-        * @param array $default
+        * @param array|null $default
         *
         * @return array
         */