src/CoreBundle/Entity/XApiAttachment.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 hasDescription(): ?bool
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDisplay(array $display): static
- Exclude checks
Missing function doc comment Open
Open
public function setFileUrl(?string $fileUrl): static
- Exclude checks
Missing function doc comment Open
Open
public function getContent(): ?string
- 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(type: Types::TEXT, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setHasDescription(bool $hasDescription): static
- Exclude checks
Missing function doc comment Open
Open
public function getFileUrl(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStatement(?XApiStatement $statement): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiAttachmentRepository::class)]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiAttachment
- 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 setDisplay(array $display): static
- 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 getLength(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setLength(int $length): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setSha2(string $sha2): static
- Exclude checks
Missing function doc comment Open
Open
public function setContent(?string $content): 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 setStatement(?XApiStatement $statement): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Member variable "sha2" contains numbers but this is discouraged Open
Open
private ?string $sha2 = null;
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLength(int $length): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setContentType(int $contentType): static
- Exclude checks
Missing function doc comment Open
Open
public function getDescription(): ?array
- Exclude checks
Missing function doc comment Open
Open
public function getDisplay(): array
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasDescription(bool $hasDescription): static
- 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 setUsageType(string $usageType): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setFileUrl(?string $fileUrl): static
- Exclude checks
Missing function doc comment Open
Open
public function getIdentifier(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setContentType(int $contentType): static
- Exclude checks
Missing function doc comment Open
Open
public function getSha2(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setSha2(string $sha2): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setContent(?string $content): static
- 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 getStatement(): ?XApiStatement
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setUsageType(string $usageType): static
- Exclude checks
Missing function doc comment Open
Open
public function getContentType(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDescription(?array $description): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setDescription(?array $description): 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\Column(length: 255)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(inversedBy: 'attachments')]
- Exclude checks
Missing function doc comment Open
Open
public function getUsageType(): ?string
- Exclude checks