chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function getShortcutFromResource(ResourceInterface $resource): ?CShortcut

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(ManagerRegistry $registry)

Missing function doc comment
Open

    public function addShortCut(ResourceInterface $resource, User $user, Course $course, ?Session $session = null): CShortcut

Missing class doc comment
Open

final class CShortcutRepository extends ResourceRepository

Missing function doc comment
Open

    public function removeShortCut(ResourceInterface $resource): bool

There are no issues that match your filters.

Category
Status