src/CoreBundle/Entity/XApiStatement.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Missing function doc comment Open
Open
public function removeAttachment(XApiAttachment $attachment): 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\OneToOne(cascade: ['persist', 'remove'])]
- Exclude checks
Missing function doc comment Open
Open
public function getVerb(): ?XApiVerb
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasAttachments(bool $hasAttachments): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActor(?XApiObject $actor): static
- 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\OneToOne(cascade: ['persist', 'remove'])]
- Exclude checks
Missing function doc comment Open
Open
public function setStored(?int $stored): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function removeAttachment(XApiAttachment $attachment): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiStatementRepository::class)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCreated(?int $created): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStored(?int $stored): static
- Exclude checks
Missing function doc comment Open
Open
public function hasAttachments(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function setActor(?XApiObject $actor): static
- Exclude checks
Missing function doc comment Open
Open
public function setVerb(?XApiVerb $verb): static
- Exclude checks
Missing function doc comment Open
Open
public function setAuthority(?XApiObject $authority): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAuthority(?XApiObject $authority): static
- 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\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToOne(cascade: ['persist', 'remove'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToMany(mappedBy: 'statement', targetEntity: XApiAttachment::class)]
- Exclude checks
Missing function doc comment Open
Open
public function getCreated(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setObject(?XApiObject $object): static
- Exclude checks
Missing function doc comment Open
Open
public function getResult(): ?XApiResult
- 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 getAuthority(): ?XApiObject
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue(strategy: 'NONE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToOne(cascade: ['persist', 'remove'])]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setVerb(?XApiVerb $verb): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setResult(?XApiResult $result): static
- 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 setCreated(?int $created): static
- Exclude checks
Missing function doc comment Open
Open
public function getStored(): ?int
- Exclude checks
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 setContext(?XApiContext $context): 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\OneToOne(cascade: ['persist', 'remove'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function addAttachment(XApiAttachment $attachment): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiStatement
- Exclude checks
Missing function doc comment Open
Open
public function setHasAttachments(bool $hasAttachments): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addAttachment(XApiAttachment $attachment): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Missing function doc comment Open
Open
public function getActor(): ?XApiObject
- Exclude checks
Missing function doc comment Open
Open
public function setResult(?XApiResult $result): static
- Exclude checks
Missing function doc comment Open
Open
public function getContext(): ?XApiContext
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setContext(?XApiContext $context): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getObject(): ?XApiObject
- Exclude checks
Missing function doc comment Open
Open
public function setObject(?XApiObject $object): static
- Exclude checks