From: Umherirrender Date: Sat, 29 Jun 2019 15:22:44 +0000 (+0200) Subject: Fix param documentation of ProtectionForm::show X-Git-Tag: 1.34.0-rc.0~1167^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=49c618d833d727fbc9dbcc5279d5f7f3b98f2a34;p=lhc%2Fweb%2Fwiklou.git Fix param documentation of ProtectionForm::show It also allows array Change-Id: I513d6fd356933a2c2f45a1773dd2f59b967a1bf2 --- 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();