r69532 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69531‎ | r69532 | r69533 >
Date:04:37, 19 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.6.5 - Refactoring - Moved the form input specific parameter definitions to the form input base class
Modified paths:
  • /trunk/extensions/Maps/Features/iMappingParserFunction.php (modified) (history)
  • /trunk/extensions/Maps/Services/iMappingService.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/iMappingService.php
@@ -16,6 +16,8 @@
1717 /**
1818 * Interface that should be implemented by all mapping feature classes.
1919 *
 20+ * @since 0.6.3
 21+ *
2022 * @author Jeroen De Dauw
2123 */
2224 interface iMappingService {
Index: trunk/extensions/Maps/Features/iMappingParserFunction.php
@@ -25,7 +25,7 @@
2626 /**
2727 * Constructor.
2828 *
29 - * @param MapsMappingService $service
 29+ * @param iMappingService $service
3030 */
3131 function __construct( iMappingService $service );
3232

Status & tagging log