@@ -17,7 +17,7 @@ |
||
| 17 | 17 | $builder |
| 18 | 18 | ->expects($this->atLeastOnce()) |
| 19 | 19 | ->method('setParameter') |
| 20 | - ->willReturnCallback(function ($parameter, $value) { |
|
| 20 | + ->willReturnCallback(function($parameter, $value) { |
|
| 21 | 21 | $this->assertContains($parameter, [ |
| 22 | 22 | 'lag.admin.enable_extra_configuration', |
| 23 | 23 | 'lag.admin.application_configuration', |