src/CoreBundle/Entity/XApiInternalLog.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setUser(?User $user): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStatementId(string $statementId): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setVerb(string $verb): static
- Exclude checks
Missing function doc comment Open
Open
public function setScoreScaled(?float $scoreScaled): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScoreRaw(?float $scoreRaw): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- 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(nullable: true)]
- 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 setUser(?User $user): static
- Exclude checks
Missing function doc comment Open
Open
public function setActivityDescription(string $activityDescription): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setObjectId(string $objectId): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiInternalLog
- Exclude checks
Missing function doc comment Open
Open
public function getScoreMin(): ?float
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setCreatedAt(?DateTimeInterface $createdAt): static
- Exclude checks
Missing function doc comment Open
Open
public function setStatementId(string $statementId): static
- Exclude checks
Missing function doc comment Open
Open
public function getActivityName(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getActivityDescription(): ?string
- Exclude checks
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(length: 255)]
- Exclude checks
Missing function doc comment Open
Open
public function getCreatedAt(): ?DateTimeInterface
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getUser(): ?User
- Exclude checks
Missing function doc comment Open
Open
public function getVerb(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getScoreScaled(): ?float
- Exclude checks
Missing function doc comment Open
Open
public function setScoreMax(?float $scoreMax): static
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setActivityName(?string $activityName): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScoreMin(?float $scoreMin): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScoreMax(?float $scoreMax): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne]
- Exclude checks
Missing function doc comment Open
Open
public function getStatementId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getObjectId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setScoreMin(?float $scoreMin): static
- 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 setActivityDescription(string $activityDescription): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScoreScaled(?float $scoreScaled): static
- Exclude checks
Missing function doc comment Open
Open
public function getScoreRaw(): ?float
- Exclude checks
Missing function doc comment Open
Open
public function setScoreRaw(?float $scoreRaw): static
- Exclude checks
Missing function doc comment Open
Open
public function getScoreMax(): ?float
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCreatedAt(?DateTimeInterface $createdAt): static
- Exclude checks
Missing function doc comment Open
Open
public function setVerb(string $verb): static
- Exclude checks
Missing function doc comment Open
Open
public function setObjectId(string $objectId): 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\Entity(repositoryClass: XApiInternalLogRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityName(?string $activityName): static
- Exclude checks