Completed
Push — master ( 35b3b7...360102 )
by Vamsi
01:53
created
Form/Type/CSPReportType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     public function buildForm(FormBuilderInterface $builder, array $options)
16 16
     {
17 17
         $builder
18
-            ->add('document-uri',TextType::class, [
18
+            ->add('document-uri', TextType::class, [
19 19
                 'property_path' => 'documentUri'
20 20
             ])
21 21
             ->add('referrer', TextType::class, [
Please login to merge, or discard this patch.