src/CoreBundle/Entity/XApiResult.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Missing function doc comment Open
Open
public function hasScore(): ?bool
- 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\Column(length: 255, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToOne(cascade: ['persist', 'remove'])]
- Exclude checks
Missing function doc comment Open
Open
public function setRaw(?float $raw): static
- Exclude checks
Missing function doc comment Open
Open
public function getMin(): ?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 getScaled(): ?float
- 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\JoinColumn(referencedColumnName: 'identifier')]
- 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(nullable: true)]
- 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\Column(nullable: true)]
- 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, nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScaled(?float $scaled): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiResult
- Exclude checks
Missing function doc comment Open
Open
public function getRaw(): ?float
- 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 getIdentifier(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasScore(bool $hasScore): static
- Exclude checks
Missing function doc comment Open
Open
public function setScaled(?float $scaled): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setRaw(?float $raw): static
- Exclude checks
Missing function doc comment Open
Open
public function setHasScore(bool $hasScore): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setMax(?float $max): static
- Exclude checks
Missing function doc comment Open
Open
public function isCompletion(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function getResponse(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiResultRepository::class)]
- Exclude checks
Missing function doc comment Open
Open
public function getMax(): ?float
- Exclude checks
Missing function doc comment Open
Open
public function setSuccess(?bool $success): static
- Exclude checks
Missing function doc comment Open
Open
public function setCompletion(?bool $completion): static
- Exclude checks
Missing function doc comment Open
Open
public function setExtensions(?XApiExtensions $extensions): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCompletion(?bool $completion): static
- 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 setMax(?float $max): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setSuccess(?bool $success): static
- Exclude checks
Missing function doc comment Open
Open
public function getExtensions(): ?XApiExtensions
- Exclude checks
Missing function doc comment Open
Open
public function setMin(?float $min): static
- Exclude checks
Missing function doc comment Open
Open
public function isSuccess(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function setResponse(?string $response): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setExtensions(?XApiExtensions $extensions): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setResponse(?string $response): static
- Exclude checks
Missing function doc comment Open
Open
public function setDuration(?string $duration): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setMin(?float $min): static
- Exclude checks
Missing function doc comment Open
Open
public function getDuration(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDuration(?string $duration): static
- Exclude checks