r73672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73671‎ | r73672 | r73673 >
Date:18:48, 24 September 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
CHanges for 0.4 - work on parameter manipulation classes
Modified paths:
  • /trunk/extensions/Validator/includes/ItemParameterManipualtion.php (modified) (history)
  • /trunk/extensions/Validator/includes/ParameterManipulation.php (modified) (history)
  • /trunk/extensions/Validator/includes/manipulations (added) (history)

Diff [purge]

Index: trunk/extensions/Validator/includes/ParameterManipulation.php
@@ -20,8 +20,6 @@
2121 * @param array $parameters
2222 *
2323 * @since 0.4
24 - *
25 - * @return CriterionValidationResult
2624 */
2725 public abstract function manipulate( Parameter &$parameter, array &$parameters );
2826
Index: trunk/extensions/Validator/includes/ItemParameterManipualtion.php
@@ -29,6 +29,6 @@
3030 */
3131 public function isForLists() {
3232 return false;
33 - }
 33+ }
3434
3535 }
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r73696Changes for 0.4 - follow up to r73672jeroendedauw00:04, 25 September 2010

Status & tagging log