X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FProtectionForm.php;h=4bead3464c52e3f0a81cb9953e281f54657f315c;hb=3a458a32e7bb6ade4cbbc6bc83d7f1392461518b;hp=2f1059886d4378c9133b1f16704f8c75b6948c62;hpb=34d2b3aa238754621462cfaa10aa45c7751bf9a8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 2f1059886d..4bead3464c 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -200,7 +200,7 @@ class ProtectionForm { /** * Show the input form with optional error message * - * @param string|null $err Error message or null if there's no error + * @param string|string[]|null $err Error message or null if there's no error */ function show( $err = null ) { $out = $this->mContext->getOutput();