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