Completed
Pull Request — development (#897)
by
unknown
45s
created
htdocs_symfony/src/Controller/App/UserController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -57,9 +57,9 @@
 block discarded – undo
57 57
         }
58 58
 
59 59
         return $this->render('app/user/index.html.twig', [
60
-                                                               'userSearchForm' => $searchForm->createView(),
61
-                                                               'all_users_by_searchfield' => $fetchedUsers
62
-                                                           ]
60
+                                                                'userSearchForm' => $searchForm->createView(),
61
+                                                                'all_users_by_searchfield' => $fetchedUsers
62
+                                                            ]
63 63
         );
64 64
     }
65 65
 
Please login to merge, or discard this patch.
htdocs_symfony/src/Controller/App/OCOnly81Controller.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -46,12 +46,12 @@
 block discarded – undo
46 46
 
47 47
         return $this->render(
48 48
             'app/oconly81/index.html.twig', [
49
-                                                  'ocOnly81_user' => $userData,
50
-                                                  'ocOnly81_matrix' => $matrixData[0],
51
-                                                  'ocOnly81_dsum' => $matrixData[1],
52
-                                                  'ocOnly81_tsum' => $matrixData[2],
53
-                                                  'ocOnly81_overall_sum' => $matrixData[3]
54
-                                              ]
49
+                                                    'ocOnly81_user' => $userData,
50
+                                                    'ocOnly81_matrix' => $matrixData[0],
51
+                                                    'ocOnly81_dsum' => $matrixData[1],
52
+                                                    'ocOnly81_tsum' => $matrixData[2],
53
+                                                    'ocOnly81_overall_sum' => $matrixData[3]
54
+                                                ]
55 55
         );
56 56
     }
57 57
 }
Please login to merge, or discard this patch.
htdocs_symfony/src/Controller/App/MapsController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -59,11 +59,11 @@
 block discarded – undo
59 59
 
60 60
         return $this->render(
61 61
             'app/maps/index.html.twig', [
62
-                                              'mapCenterViewLat' => $centerPoint[0],
63
-                                              'mapCenterViewLon' => $centerPoint[1],
64
-                                              'mapZoom' => '6',
65
-                                              'mapWP' => $centerPoint[2]
66
-                                          ]
62
+                                                'mapCenterViewLat' => $centerPoint[0],
63
+                                                'mapCenterViewLon' => $centerPoint[1],
64
+                                                'mapZoom' => '6',
65
+                                                'mapWP' => $centerPoint[2]
66
+                                            ]
67 67
         );
68 68
     }
69 69
 }
Please login to merge, or discard this patch.