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