@@ -61,7 +61,7 @@ |
||
| 61 | 61 | ->method('replaceArgument') |
| 62 | 62 | ->with( |
| 63 | 63 | $this->identicalTo(0), |
| 64 | - $this->callback(function ($reference) { |
|
| 64 | + $this->callback(function($reference) { |
|
| 65 | 65 | return $reference instanceof Reference |
| 66 | 66 | && (string) $reference === 'lug.resource.routing.parameter_resolver'; |
| 67 | 67 | }) |