Passed
Pull Request — master (#54)
by Mark
13:28
created
StaticMap.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -331,17 +331,17 @@
 block discarded – undo
331 331
     public function serializeParams(): string {
332 332
         return implode(
333 333
             "&", array(
334
-                   $this->zoom,
335
-                   $this->lat,
336
-                   $this->lon,
337
-                   $this->width,
338
-                   $this->height,
339
-                   serialize($this->markers),
340
-                   $this->maptype,
341
-                   $this->kmlFileName,
342
-                   $this->gpxFileName,
343
-                   $this->geojsonFileName
344
-               )
334
+                    $this->zoom,
335
+                    $this->lat,
336
+                    $this->lon,
337
+                    $this->width,
338
+                    $this->height,
339
+                    serialize($this->markers),
340
+                    $this->maptype,
341
+                    $this->kmlFileName,
342
+                    $this->gpxFileName,
343
+                    $this->geojsonFileName
344
+                )
345 345
         );
346 346
     }
347 347
 
Please login to merge, or discard this patch.