Passed
Push — master ( 099ac9...4174e1 )
by Anthony
01:48
created
Controller/AccessRightsController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 		
55 55
 		return $this->render("@RibsAdmin/access-rights/edit-list.html.twig", [
56 56
 			"access_right" => $access_right,
57
-            "form" => $form->createView(),
57
+												"form" => $form->createView(),
58 58
 			"list_rights_user" => $list_rights_user,
59 59
 			"ribs_admin_rights" => json_decode(file_get_contents($this->get("ribs_admin.globals")->getBaseBundlePath() . "/Resources/json/ribsadmin_rights.json"))
60 60
 		]);
Please login to merge, or discard this patch.