https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112790
Revision: 112790
Author: nikerabbit
Date: 2012-03-01 10:54:18 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
Whitespace cleanup
Modified Paths:
--------------
trunk/phase3/includes/HTMLForm.php
Modified: trunk/phase3/includes/HTMLForm.php
===================================================================
--- trunk/phase3/includes/HTMLForm.php 2012-03-01 10:44:37 UTC (rev 112789)
+++ trunk/phase3/includes/HTMLForm.php 2012-03-01 10:54:18 UTC (rev 112790)
@@ -742,11 +742,11 @@
* 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;
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs