@@ -33,7 +33,8 @@ |
||
| 33 | 33 | /** |
| 34 | 34 | * @param ContainerInterface $container |
| 35 | 35 | */ |
| 36 | - public function __construct(ContainerInterface $container) { |
|
| 36 | + public function __construct(ContainerInterface $container) |
|
| 37 | + { |
|
| 37 | 38 | $this->container = $container; |
| 38 | 39 | } |
| 39 | 40 | |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | * @test |
| 74 | 74 | */ |
| 75 | 75 | public function it_registers_default_translation_parameters() |
| 76 | - { |
|
| 76 | + { |
|
| 77 | 77 | // TODO: Move ResourceGrid integration to a dedicated compiler pass |
| 78 | 78 | $this->setParameter('kernel.bundles', []); |
| 79 | 79 | |