r112790 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112789‎ | r112790 | r112791 >
Date:10:54, 1 March 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Whitespace cleanup
Modified paths:
  • /trunk/phase3/includes/HTMLForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HTMLForm.php
@@ -742,11 +742,11 @@
743743 * Set the method used to submit the form
744744 * @param $method String
745745 */
746 - public function setMethod( $method='post' ){
 746+ public function setMethod( $method = 'post' ) {
747747 $this->mMethod = $method;
748748 }
749749
750 - public function getMethod(){
 750+ public function getMethod() {
751751 return $this->mMethod;
752752 }
753753

Status & tagging log