src/CourseBundle/Repository/CForumPostRepository.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function countCourseForumPosts(Course $course, ?Session $session = null): int
- Exclude checks
Missing class doc comment Open
Open
class CForumPostRepository extends ResourceRepository
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function delete(ResourceInterface $resource): void
- Exclude checks
Missing function doc comment Open
Open
public function countUserForumPosts(User $user, Course $course, ?Session $session = null): int
- Exclude checks
Missing function doc comment Open
Open
public function __construct(ManagerRegistry $registry)
- Exclude checks