| Total Complexity | 5 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class DocumentPartDIFactory implements DocumentPartFactoryInterface |
||
| 11 | { |
||
| 12 | public function __construct( |
||
| 13 | protected readonly ContainerInterface $container, |
||
| 14 | ) {} |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | public function getPart(string $parentClass, string $name): Document\AbstractPart |
||
| 37 | } |
||
| 38 | } |
||
| 39 |