@@ -44,7 +44,7 @@ |
||
44 | 44 | $resolver = $this->createMock('Symfony\Component\OptionsResolver\OptionsResolver'); |
45 | 45 | $resolver->expects($this->once()) |
46 | 46 | ->method('setDefaults') |
47 | - ->with($this->callback(function (array $options) { |
|
47 | + ->with($this->callback(function(array $options) { |
|
48 | 48 | $this->assertArrayHasKey('data_class', $options); |
49 | 49 | $this->assertArrayHasKey('compact_units', $options); |
50 | 50 | $this->assertArrayHasKey('csrf_token_id', $options); |