X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FProtectionForm.php;h=1f3de501f88d5de944ea974ddf18810898b33884;hb=08b1f4c3f32388dad8b856ba56d3edbc40b9dae3;hp=51c29233852f7ae97e181ffe4027d19ae67b27ec;hpb=77e3624caba072521fbc1826af2d47f9b29f4032;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 51c2923385..1f3de501f8 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -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();