| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function register() |
||
| 21 | { |
||
| 22 | $this->container->add(BuilderContextCreatorInterface::class, BuilderContextCreator::class) |
||
| 23 | ->withArgument(DefinitionBuilderCreatorInterface::class); |
||
| 24 | |||
| 25 | $this->container->add(SchemaBuilderInterface::class, SchemaBuilder::class) |
||
| 26 | ->withArgument(BuilderContextCreatorInterface::class); |
||
| 27 | } |
||
| 29 |