| Total Complexity | 6 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class AgendaReflectFactory implements AgendaFactoryInterface |
||
| 11 | { |
||
| 12 | use ClassNameTrait; |
||
| 13 | |||
| 14 | public function __construct( |
||
| 15 | protected readonly DependenciesFactory $dependenciesFactory, |
||
| 16 | ) {} |
||
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | */ |
||
| 21 | public function getAgenda(string $name): AbstractAgenda |
||
| 50 | } |
||
| 51 | } |
||
| 52 |