chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Repository/LanguageRepository.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function getAllAvailableToArray(): array

Missing function doc comment
Open

    public function findByIsoCode(string $isoCode): ?Language

Missing function doc comment
Open

    public function getAllAvailable($excludeDefaultLocale = false): QueryBuilder

Missing class doc comment
Open

class LanguageRepository extends ServiceEntityRepository

Missing function doc comment
Open

    public function __construct(

Add a single space around assignment operators
Open

declare(strict_types=1);

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly ParameterBagInterface $parameterBag,

There are no issues that match your filters.

Category
Status