| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class ParameterReflectFactory implements ParameterFactoryInterface |
||
| 11 | { |
||
| 12 | 7 | public function __construct( |
|
| 13 | protected readonly DependenciesFactory $dependenciesFactory, |
||
| 14 | 7 | ) {} |
|
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | 6 | public function getByClassName(string $className): PrintRequest\Parameter |
|
| 33 | } |
||
| 34 | } |
||
| 35 |