| Total Complexity | 6 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class DocumentPartReflectFactory implements DocumentPartFactoryInterface |
||
| 11 | { |
||
| 12 | public function __construct( |
||
| 13 | protected readonly DependenciesFactory $dependenciesFactory, |
||
| 14 | ) {} |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | public function getPart(string $parentClass, string $name): Document\AbstractPart |
||
| 48 | } |
||
| 49 | } |
||
| 50 |