chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Twig/Extension/ChamiloExtension.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function getThemeAssetLinkTag(string $path, bool $absoluteUrl = false): string

Missing function doc comment
Open

    public function __construct(

Missing function doc comment
Open

    public function getFilters(): array

Missing function doc comment
Open

    public function getSettingsParameter($name)

Missing function doc comment
Open

    public function getThemeAssetBase64Encoded(string $path): string

Missing function doc comment
Open

    public function completeUserNameWithLink(User $user): string

Missing function doc comment
Open

    public function getSettings($namespace): SettingsInterface

Missing function doc comment
Open

    public function getIllustration(ResourceIllustrationInterface $resource): string

Missing function doc comment
Open

    public function getFunctions(): array

Missing function doc comment
Open

    public function getThemeAssetUrl(string $path, bool $absoluteUrl = false): string

Add a single space around assignment operators
Open

declare(strict_types=1);

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly ThemeHelper $themeHelper

There are no issues that match your filters.

Category
Status