Completed
Pull Request — development (#812)
by
unknown
04:52
created
htdocs_symfony/src/Controller/App/KitchensinkController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function index(): Response
15 15
     {
16
-       return $this->render('kitchensink/index.html.twig');
16
+        return $this->render('kitchensink/index.html.twig');
17 17
     }
18 18
 
19 19
     /**
Please login to merge, or discard this patch.
htdocs_symfony/src/Controller/Backend/CachesController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
48 48
         } else {
49 49
             return $this->render(
50 50
                 'backend/caches/basicsearch.html.twig', [
51
-                                                          'cachesForm' => $form->createView(),
52
-                                                          'caches_by_searchfield' => $fetchedCaches
53
-                                                      ]
51
+                                                            'cachesForm' => $form->createView(),
52
+                                                            'caches_by_searchfield' => $fetchedCaches
53
+                                                        ]
54 54
             );
55 55
         }
56 56
     }
Please login to merge, or discard this patch.