src/CoreBundle/Tool/AbstractTool.php
Missing class doc comment Open
Open
abstract class AbstractTool
- Exclude checks
Missing function doc comment Open
Open
public function getImage(): string
- Exclude checks
Missing function doc comment Open
Open
public function isCourseTool(): bool
- Exclude checks
Missing function doc comment Open
Open
public function getResourceTypes(): ?array
- Exclude checks
Missing function doc comment Open
Open
public function getEntityByResourceType(string $type): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['ctool:read'])]
- Exclude checks
Missing function doc comment Open
Open
public function getTypeNameByEntity(string $entityClass): ?string
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['ctool:read'])]
- Exclude checks
Missing function doc comment Open
Open
public function getTarget(): string
- Exclude checks
Missing function doc comment Open
Open
public function getTitleToShow(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['ctool:read'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['ctool:read'])]
- Exclude checks
Missing function doc comment Open
Open
abstract public function getTitle(): string;
- Exclude checks