Passed
Push — master ( b3db1d...8711f2 )
by Jan
03:01
created
src/Form/PartType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
                     'disabled' => !$this->security->isGranted('name.edit', $part), ])
65 65
             ->add('description', TextType::class, ['required' => false, 'empty_data' => '',
66 66
                 'label' => 'description.label', 'help' => 'bbcode.hint', 'attr' => ['placeholder' => 'part.description.placeholder'],
67
-                'disabled' => !$this->security->isGranted('description.edit', $part), 'empty_data' => '' ])
67
+                'disabled' => !$this->security->isGranted('description.edit', $part), 'empty_data' => ''])
68 68
             ->add('instock', IntegerType::class,
69 69
                 ['attr' => ['min' => 0, 'placeholder' => 'part.instock.placeholder'], 'label' => 'instock.label',
70 70
                 'disabled' => !$this->security->isGranted('instock.edit', $part), ])
Please login to merge, or discard this patch.