| Total Complexity | 5 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class AgendaDIFactory implements AgendaFactoryInterface |
||
| 11 | { |
||
| 12 | use ClassNameTrait; |
||
| 13 | |||
| 14 | 4 | public function __construct( |
|
| 15 | protected readonly ContainerInterface $container, |
||
| 16 | 4 | ) {} |
|
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | */ |
||
| 21 | 4 | public function getAgenda(string $name): AbstractAgenda |
|
| 39 | } |
||
| 40 | } |
||
| 41 |