@@ -31,11 +31,11 @@ |
||
| 31 | 31 | */ |
| 32 | 32 | public function register() |
| 33 | 33 | { |
| 34 | - $this->container->add(ASTDirectorInterface::class, function () { |
|
| 34 | + $this->container->add(ASTDirectorInterface::class, function() { |
|
| 35 | 35 | return new ASTDirector(SupportedASTBuilders::get()); |
| 36 | 36 | }); |
| 37 | 37 | |
| 38 | - $this->container->add(NodeDirectorInterface::class, function () { |
|
| 38 | + $this->container->add(NodeDirectorInterface::class, function() { |
|
| 39 | 39 | return new NodeDirector(SupportedNodeBuilders::get()); |
| 40 | 40 | }); |
| 41 | 41 | |