src/CoreBundle/Entity/XApiSharedStatement.php
You must use "/**" style comments for a class comment Open
Open
class XApiSharedStatement
- Exclude checks
Missing function doc comment Open
Open
public function setSent(bool $sent): static
- Exclude checks
Missing function doc comment Open
Open
public function __construct(array $statement, ?string $uuid = null, bool $sent = false)
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setUuid(?Uuid $uuid): static
- 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\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function getUuid(): ?Uuid
- Exclude checks
Missing function doc comment Open
Open
public function isSent(): ?bool
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiSharedStatementRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['uuid'], name: 'idx_uuid')]
- Exclude checks
Missing function doc comment Open
Open
public function setUuid(?Uuid $uuid): static
- Exclude checks
Missing function doc comment Open
Open
public function getStatement(): array
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStatement(array $statement): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'uuid', nullable: true)]
- 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 getId(): ?int
- 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]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setSent(bool $sent): static
- Exclude checks
Missing function doc comment Open
Open
public function setStatement(array $statement): static
- Exclude checks