r106547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106546‎ | r106547 | r106548 >
Date:01:59, 18 December 2011
Author:mah
Status:deferred
Tags:
Comment:
Remove strict warnings
Modified paths:
  • /trunk/extensions/GoogleMaps/export/GoogleMapsExporter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GoogleMaps/export/GoogleMapsExporter.php
@@ -1,21 +1,21 @@
22 <?php
33
44 class GoogleMapsExporter {
5 - var $mOutput;
 5+ var $mOutput;
66
7 - function addXmlSource($url) {
8 - }
 7+ function addXmlSource($url) {
 8+ }
99
10 - function addPolyline ( $pPolyline, $pLineColor, $pLineOpacity, $pStroke, $pFillColor, $pFillOpacity ) {
11 - }
 10+ function addPolyline ( $pPolyline, $pLineColor, $pLineOpacity, $pStroke, $pFillColor, $pFillOpacity ) {
 11+ }
1212
13 - function addMarker ( $pLat, $pLon, $pIcon, $pTitle, $pCaption, $pMaxContent, $pIsLine ) {
14 - }
 13+ function addMarker ( $pLat, $pLon, $pIcon, $pTitle, $pTitleLink, $pCaption, $pMaxContent, $pIsLine ) {
 14+ }
1515
16 - function addIcon($icon, $options) {
17 - }
 16+ function addIcon($icon, $options) {
 17+ }
1818
19 - function render() {
20 - return $this->mOutput;
21 - }
 19+ function render() {
 20+ return $this->mOutput;
 21+ }
2222 }

Status & tagging log