Completed
Push — symfony3-fqcn ( fc44dc...d46cdc )
by Kamil
34:08 queued 14:53
created
src/Sylius/Bundle/PaymentBundle/spec/Form/Type/PaymentMethodTypeSpec.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $this->shouldImplement(FormTypeInterface::class);
41 41
     }
42 42
 
43
-    function it_adds_add_code_event_subscriber(FormBuilder $builder) 
43
+    function it_adds_add_code_event_subscriber(FormBuilder $builder)
44 44
     {
45 45
         $builder->add(Argument::any(), Argument::cetera())->willReturn($builder);
46 46
       
Please login to merge, or discard this patch.