r63721 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63720‎ | r63721 | r63722 >
Date:01:11, 14 March 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Improved style of via POM created templates by adding new lines after each param and a space before and after the =
Modified paths:
  • /trunk/extensions/PageObjectModel/POM/TemplateParameter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageObjectModel/POM/TemplateParameter.php
@@ -94,7 +94,7 @@
9595
9696 function toString()
9797 {
98 - return $this->name_triple->toString() . '=' . $this->value_triple->toString();
 98+ return $this->name_triple->toString() . ' = ' . $this->value_triple->toString() . '\n';
9999 }
100100 }
101101

Status & tagging log