Fix typo in HtmlForm::setName phpdoc
authorGergő Tisza <gtisza@wikimedia.org>
Sat, 2 Apr 2016 09:34:51 +0000 (09:34 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Sat, 2 Apr 2016 09:34:51 +0000 (09:34 +0000)
Fixes I85f5492e0b99a5661dbed9814a0e3f3b9bc63d32.

Change-Id: I1a034c4fd3eb3020a4a725604ece6e992d34a271

includes/htmlform/HTMLForm.php

index c3aa044..57115ff 100644 (file)
@@ -1352,7 +1352,7 @@ class HTMLForm extends ContextSource {
        }
 
        /**
-        * @param stringname 'name' attribute for the form
+        * @param string $name 'name' attribute for the form
         * @return HTMLForm $this for chaining calls
         */
        public function setName( $name ) {