src/CourseBundle/Repository/CCourseDescriptionRepository.php
Missing class doc comment Open
Open
final class CCourseDescriptionRepository extends ResourceRepository
- Exclude checks
Missing function doc comment Open
Open
public function __construct(ManagerRegistry $registry)
- Exclude checks
Missing function doc comment Open
Open
public function findByTypeInCourse(int $type, Course $course, ?Session $session = null, ?CGroup $group = null): array
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks