From: Gergő Tisza Date: Sat, 2 Apr 2016 09:34:51 +0000 (+0000) Subject: Fix typo in HtmlForm::setName phpdoc X-Git-Tag: 1.31.0-rc.0~7423^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=48467bc6b3adbcbdc9dcc5efb38fc472040fff2a;p=lhc%2Fweb%2Fwiklou.git Fix typo in HtmlForm::setName phpdoc Fixes I85f5492e0b99a5661dbed9814a0e3f3b9bc63d32. Change-Id: I1a034c4fd3eb3020a4a725604ece6e992d34a271 --- diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index c3aa0448db..57115ff2d4 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -1352,7 +1352,7 @@ class HTMLForm extends ContextSource { } /** - * @param string$ name 'name' attribute for the form + * @param string $name 'name' attribute for the form * @return HTMLForm $this for chaining calls */ public function setName( $name ) {