chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function __construct(ManagerRegistry $registry)

Missing function doc comment
Open

    public function getParent(CDocument $document): ?CDocument

Missing function doc comment
Open

    public function getFolderSize(ResourceNode $resourceNode, Course $course, ?Session $session = null): int

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing class doc comment
Open

final class CDocumentRepository extends ResourceRepository

Missing function doc comment
Open

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

There are no issues that match your filters.

Category
Status