Whitespace cleanup
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 1 Mar 2012 10:54:18 +0000 (10:54 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 1 Mar 2012 10:54:18 +0000 (10:54 +0000)
includes/HTMLForm.php

index e9f04c1..4065539 100644 (file)
@@ -742,11 +742,11 @@ class HTMLForm extends ContextSource {
         * Set the method used to submit the form
         * @param $method String
         */
-       public function setMethod( $method='post' ){
+       public function setMethod( $method = 'post' ) {
                $this->mMethod = $method;
        }
 
-       public function getMethod(){
+       public function getMethod() {
                return $this->mMethod;
        }