Test Failed
Pull Request — master (#90)
by
unknown
10:12
created
src/Form/ImageFormType.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
                         'download_uri' => false,
32 32
                         'image_uri' => false,
33 33
                     ]);
34
-                }
35
-                else {
34
+                } else {
36 35
                     $form->add('image', ShowImageType::class, [
37 36
                         'image_property' => 'webImage',
38 37
                         'mapped' => false,
Please login to merge, or discard this patch.