Merge "Fix typo in HtmlForm::setName phpdoc"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 2 Apr 2016 09:48:20 +0000 (09:48 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 2 Apr 2016 09:48:20 +0000 (09:48 +0000)
includes/htmlform/HTMLForm.php

index 25e7f8c..d50fac0 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 ) {