chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$user'.
Open

        ?User $user = null

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Avoid unused parameters such as '$group'.
Open

        ?CGroup $group = null

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

Missing function doc comment
Open

    public function countCoursePublications(Course $course, ?Session $session = null, ?CGroup $group = null): int

Missing function doc comment
Open

    public function findAllByCourse(

Missing function doc comment
Open

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

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function getStudentAssignments(

Missing class doc comment
Open

final class CStudentPublicationRepository extends ResourceRepository

Missing function doc comment
Open

    public function __construct(ManagerRegistry $registry)

Missing function doc comment
Open

    public function countUserPublications(

There are no issues that match your filters.

Category
Status