From 48467bc6b3adbcbdc9dcc5efb38fc472040fff2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Sat, 2 Apr 2016 09:34:51 +0000 Subject: [PATCH] Fix typo in HtmlForm::setName phpdoc Fixes I85f5492e0b99a5661dbed9814a0e3f3b9bc63d32. Change-Id: I1a034c4fd3eb3020a4a725604ece6e992d34a271 --- includes/htmlform/HTMLForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1