chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Tool/AbstractTool.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class doc comment
Open

abstract class AbstractTool

Missing function doc comment
Open

    public function getImage(): string

Missing function doc comment
Open

    public function isCourseTool(): bool

Missing function doc comment
Open

    public function getResourceTypes(): ?array

Missing function doc comment
Open

    public function getEntityByResourceType(string $type): ?string

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Groups(['ctool:read'])]

Missing function doc comment
Open

    public function getTypeNameByEntity(string $entityClass): ?string

Add a single space around assignment operators
Open

declare(strict_types=1);

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Groups(['ctool:read'])]

Missing function doc comment
Open

    public function getTarget(): string

Missing function doc comment
Open

    public function getTitleToShow(): string

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Groups(['ctool:read'])]

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Groups(['ctool:read'])]

Missing function doc comment
Open

    abstract public function getTitle(): string;

There are no issues that match your filters.

Category
Status