Merge "Go search to consider fragment only title invalid"
[lhc/web/wiklou.git] / includes / ProtectionForm.php
index 51c2923..1f3de50 100644 (file)
@@ -196,7 +196,7 @@ class ProtectionForm {
        /**
         * Show the input form with optional error message
         *
-        * @param string $err Error message or null if there's no error
+        * @param string|null $err Error message or null if there's no error
         */
        function show( $err = null ) {
                $out = $this->mContext->getOutput();