chamilo/chamilo-lms

View on GitHub
src/CourseBundle/Repository/CForumPostRepository.php

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function countCourseForumPosts(Course $course, ?Session $session = null): int

Missing class doc comment
Open

class CForumPostRepository extends ResourceRepository

You must use "/**" style comments for a function comment
Open

    public function delete(ResourceInterface $resource): void

Missing function doc comment
Open

    public function countUserForumPosts(User $user, Course $course, ?Session $session = null): int

Missing function doc comment
Open

    public function __construct(ManagerRegistry $registry)

There are no issues that match your filters.

Category
Status