@@ -59,7 +59,7 @@ |
||
| 59 | 59 | $factory |
| 60 | 60 | ->expects($this->once()) |
| 61 | 61 | ->method('addArgument') |
| 62 | - ->with($this->callback(function ($argument) { |
|
| 62 | + ->with($this->callback(function($argument) { |
|
| 63 | 63 | return $argument instanceof Reference && (string) $argument === 'lug.translation.context.locale'; |
| 64 | 64 | })); |
| 65 | 65 | |