Completed
Push — next ( 1f2cfc...95da5f )
by Thomas
01:47 queued 52s
created
htdocs_symfony/src/Controller/Backend/MapsController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -76,11 +76,11 @@
 block discarded – undo
76 76
 
77 77
         return $this->render(
78 78
             'backend/maps/index.html.twig', [
79
-                                              'mapCenterViewLat' => $mapCenterViewLat,
80
-                                              'mapCenterViewLon' => $mapCenterViewLon,
81
-                                              'mapZoom' => '6',
82
-                                              'mapWP' => $mapWP
83
-                                          ]
79
+                                                'mapCenterViewLat' => $mapCenterViewLat,
80
+                                                'mapCenterViewLon' => $mapCenterViewLon,
81
+                                                'mapZoom' => '6',
82
+                                                'mapWP' => $mapWP
83
+                                            ]
84 84
         );
85 85
     }
86 86
 }
Please login to merge, or discard this patch.