src/CoreBundle/ApiResource/CategorizedExerciseResult.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ApiResource(
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Ignore]
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function getExeId(): string
- Exclude checks
Missing class doc comment Open
Open
class CategorizedExerciseResult
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ApiProperty(readable: false, identifier: true)]
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __construct(TrackEExercise $exe, array $categories)
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
$this->exe = $exe;
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
public function getExeId(): string
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
public function __construct(TrackEExercise $exe, array $categories)
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
}
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
{
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
$this->categories = $categories;
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
}
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 0 Open
Open
{
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 0 Open
Open
)]
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
{
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
public array $categories;
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
return (string) $this->exe->getExeId();
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 0 Open
Open
}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 0 Open
Open
class CategorizedExerciseResult
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
public TrackEExercise $exe;
- Exclude checks