src/CoreBundle/Entity/XApiActivityState.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Missing function doc comment Open
Open
public function setActivityId(string $activityId): static
- Exclude checks
Missing function doc comment Open
Open
public function getAgent(): array
- Exclude checks
Missing function doc comment Open
Open
public function getActivityId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setAgent(array $agent): static
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiActivityState
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStateId(string $stateId): static
- Exclude checks
Missing function doc comment Open
Open
public function setDocumentData(array $documentData): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityId(string $activityId): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiActivityStateRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Missing function doc comment Open
Open
public function setStateId(string $stateId): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDocumentData(array $documentData): static
- 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
#[ORM\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function getStateId(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAgent(array $agent): static
- Exclude checks
Missing function doc comment Open
Open
public function getDocumentData(): array
- Exclude checks