| Total Complexity | 5 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class DateLessonInSectionValidator extends ConstraintValidator { |
||
| 15 | |||
| 16 | public function __construct(private readonly SectionResolverInterface $sectionResolver, private readonly SectionRepositoryInterface $sectionRepository) { } |
||
| 17 | |||
| 18 | public function validate(mixed $value, Constraint $constraint) {# |
||
| 38 | } |