Passed
Push — master ( f183b8...6e1b1b )
by Anthony
02:22
created
Controller/AccessRightsController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
 		return $this->render("@RibsAdmin/access-rights/edit-list.html.twig", [
44 44
 			"access_right" => $access_right,
45
-            "form" => $form->createView()
45
+												"form" => $form->createView()
46 46
 		]);
47 47
 	}
48 48
 }
49 49
\ No newline at end of file
Please login to merge, or discard this patch.
Form/AccessRight.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -19,14 +19,14 @@
 block discarded – undo
19 19
 				'label_attr' => [
20 20
 					'class' => 'label'
21 21
 				],
22
-                'attr' => [],
23
-                'required' => true
24
-            ])
25
-            ->add('submit', SubmitType::class, [
22
+																'attr' => [],
23
+																'required' => true
24
+												])
25
+												->add('submit', SubmitType::class, [
26 26
 		'label' => 'Validate',
27 27
 		'attr' => []
28 28
 	]);
29
-    }
29
+				}
30 30
 	
31 31
 	public function configureOptions(OptionsResolver $resolver)
32 32
 	{
Please login to merge, or discard this patch.