| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function register() |
||
| 22 | { |
||
| 23 | $this->container->add(ExtensionContextCreatorInterface::class, ExtensionContextCreator::class, true) |
||
| 24 | ->withArgument(DefinitionBuilderCreatorInterface::class); |
||
| 25 | |||
| 26 | $this->container->add(SchemaExtenderInterface::class, SchemaExtender::class) |
||
| 27 | ->withArgument(ExtensionContextCreatorInterface::class); |
||
| 28 | } |
||
| 30 |