src/CoreBundle/Entity/XApiContext.php
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\OneToOne(cascade: ['persist', 'remove'])]
- 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\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Missing function doc comment Open
Open
public function getRegistration(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getPlatform(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiContextRepository::class)]
- 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\OneToMany(mappedBy: 'categoryContext', targetEntity: XApiObject::class)]
- Exclude checks
Missing function doc comment Open
Open
public function getInstructor(): ?XApiObject
- Exclude checks
Missing function doc comment Open
Open
public function removeGroupingActivity(XApiObject $groupingActivity): static
- Exclude checks
Missing function doc comment Open
Open
public function removeOtherActivity(XApiObject $otherActivity): static
- Exclude checks
Missing function doc comment Open
Open
public function getIdentifier(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setRegistration(?string $registration): static
- Exclude checks
Missing function doc comment Open
Open
public function getRevision(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLanguage(?string $language): 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 addParentActivity(XApiObject $parentActivity): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToMany(mappedBy: 'parentContext', targetEntity: XApiObject::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 setInstructor(?XApiObject $instructor): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTeam(?XApiObject $team): static
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function hasContextActivities(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function setLanguage(?string $language): static
- Exclude checks
Missing function doc comment Open
Open
public function getStatement(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setStatement(?string $statement): static
- Exclude checks
Missing function doc comment Open
Open
public function getTeam(): ?XApiObject
- Exclude checks
Missing function doc comment Open
Open
public function setHasContextActivities(?bool $hasContextActivities): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addGroupingActivity(XApiObject $groupingActivity): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setRevision(?string $revision): static
- 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 setRegistration(?string $registration): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setPlatform(?string $platform): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStatement(?string $statement): static
- Exclude checks
Missing function doc comment Open
Open
public function getExtensions(): ?XApiExtensions
- Exclude checks
Missing function doc comment Open
Open
public function removeParentActivity(XApiObject $parentActivity): static
- Exclude checks
Missing function doc comment Open
Open
public function addCategoryActivity(XApiObject $categoryActivity): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addOtherActivity(XApiObject $otherActivity): static
- 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\JoinColumn(referencedColumnName: 'identifier')]
- 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 setExtensions(?XApiExtensions $extensions): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addParentActivity(XApiObject $parentActivity): static
- 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 removeGroupingActivity(XApiObject $groupingActivity): static
- 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\OneToMany(mappedBy: 'otherContext', targetEntity: XApiObject::class)]
- Exclude checks
Missing function doc comment Open
Open
public function addOtherActivity(XApiObject $otherActivity): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasContextActivities(?bool $hasContextActivities): static
- Exclude checks
Missing function doc comment Open
Open
public function setRevision(?string $revision): static
- Exclude checks
Missing function doc comment Open
Open
public function setPlatform(?string $platform): static
- Exclude checks
Missing function doc comment Open
Open
public function setInstructor(?XApiObject $instructor): static
- Exclude checks
Missing function doc comment Open
Open
public function setTeam(?XApiObject $team): static
- Exclude checks
Missing function doc comment Open
Open
public function removeCategoryActivity(XApiObject $categoryActivity): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function removeOtherActivity(XApiObject $otherActivity): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiContext
- 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\OneToMany(mappedBy: 'groupingContext', targetEntity: XApiObject::class)]
- Exclude checks
Missing function doc comment Open
Open
public function getLanguage(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setExtensions(?XApiExtensions $extensions): static
- Exclude checks
Missing function doc comment Open
Open
public function addGroupingActivity(XApiObject $groupingActivity): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function removeParentActivity(XApiObject $parentActivity): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addCategoryActivity(XApiObject $categoryActivity): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function removeCategoryActivity(XApiObject $categoryActivity): static
- Exclude checks