Passed
Push — master ( 0ed3bb...1a0c62 )
by Anthony
02:32
created
Controller/AccessRightsController.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -28,15 +28,15 @@
 block discarded – undo
28 28
 		]);
29 29
 	}
30 30
 
31
-    /**
32
-     * @Route("/access-rights-management/create/", name="ribsadmin_access_rights_create")
33
-     * @Route("/access-rights-management/edit/{guid}", name="ribsadmin_access_rights_edit")
34
-     * @param Request $request
35
-     * @param Globals $globals
36
-     * @param ModuleService $module
37
-     * @param string|null $guid
38
-     * @return Response
39
-     */
31
+				/**
32
+				 * @Route("/access-rights-management/create/", name="ribsadmin_access_rights_create")
33
+				 * @Route("/access-rights-management/edit/{guid}", name="ribsadmin_access_rights_edit")
34
+				 * @param Request $request
35
+				 * @param Globals $globals
36
+				 * @param ModuleService $module
37
+				 * @param string|null $guid
38
+				 * @return Response
39
+				 */
40 40
 	public function editAction(Request $request, Globals $globals, ModuleService $module, string $guid = null): Response
41 41
 	{
42 42
 		$em = $this->getDoctrine()->getManager();
Please login to merge, or discard this patch.