Index: trunk/extensions/Maps/Services/iMappingService.php |
— | — | @@ -16,6 +16,8 @@ |
17 | 17 | /** |
18 | 18 | * Interface that should be implemented by all mapping feature classes. |
19 | 19 | * |
| 20 | + * @since 0.6.3 |
| 21 | + * |
20 | 22 | * @author Jeroen De Dauw |
21 | 23 | */ |
22 | 24 | interface iMappingService { |
Index: trunk/extensions/Maps/Features/iMappingParserFunction.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | /** |
27 | 27 | * Constructor. |
28 | 28 | * |
29 | | - * @param MapsMappingService $service |
| 29 | + * @param iMappingService $service |
30 | 30 | */ |
31 | 31 | function __construct( iMappingService $service ); |
32 | 32 | |