Passed
Pull Request — master (#8)
by Mark
03:51 queued 01:12
created
StaticMap.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -340,17 +340,17 @@
 block discarded – undo
340 340
     {
341 341
         return join(
342 342
             "&", array(
343
-                   $this->zoom,
344
-                   $this->lat,
345
-                   $this->lon,
346
-                   $this->width,
347
-                   $this->height,
348
-                   serialize($this->markers),
349
-                   $this->maptype,
350
-                   $this->kmlFileName,
351
-                   $this->gpxFileName,
352
-                   $this->geojsonFileName
353
-               )
343
+                    $this->zoom,
344
+                    $this->lat,
345
+                    $this->lon,
346
+                    $this->width,
347
+                    $this->height,
348
+                    serialize($this->markers),
349
+                    $this->maptype,
350
+                    $this->kmlFileName,
351
+                    $this->gpxFileName,
352
+                    $this->geojsonFileName
353
+                )
354 354
         );
355 355
     }
356 356
 
Please login to merge, or discard this patch.