Completed
Pull Request — development (#857)
by
unknown
01:07
created
htdocs_symfony/src/Controller/Backend/UserController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
         $searchForm = $this->createForm(CachesFormType::class);
26 26
 
27 27
         return $this->render('backend/user/index.html.twig', [
28
-                                                               'userSearchForm' => $searchForm->createView(),
29
-                                                           ]
28
+                                                                'userSearchForm' => $searchForm->createView(),
29
+                                                            ]
30 30
         );
31 31
     }
32 32
 }
Please login to merge, or discard this patch.