@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | $factory |
| 76 | 76 | ->expects($this->at(1)) |
| 77 | 77 | ->method('addArgument') |
| 78 | - ->with($this->callback(function ($argument) { |
|
| 78 | + ->with($this->callback(function($argument) { |
|
| 79 | 79 | return $argument instanceof Reference |
| 80 | 80 | && (string) $argument === 'lug.translation.context.locale'; |
| 81 | 81 | })) |
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | $factory |
| 85 | 85 | ->expects($this->at(2)) |
| 86 | 86 | ->method('addArgument') |
| 87 | - ->with($this->callback(function ($argument) use ($translationName) { |
|
| 87 | + ->with($this->callback(function($argument) use ($translationName) { |
|
| 88 | 88 | return $argument instanceof Reference |
| 89 | 89 | && (string) $argument === 'lug.factory.'.$translationName; |
| 90 | 90 | })) |