@@ -40,7 +40,7 @@ |
||
| 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 | |