src/CoreBundle/Entity/XApiObject.php
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\Entity(repositoryClass: XApiObjectRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToOne(targetEntity: self::class, cascade: ['persist', 'remove'])]
- Exclude checks
Missing function doc comment Open
Open
public function hasActivityDefinition(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function hasActivityDescription(): ?bool
- 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
Missing function doc comment Open
Open
public function getActivityDescription(): ?array
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityMoreInfo(?string $activityMoreInfo): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setMboxSha1Sum(?string $mboxSha1Sum): static
- Exclude checks
Missing function doc comment Open
Open
public function getOpenId(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAccountHomePage(?string $accountHomePage): static
- Exclude checks
Missing function doc comment Open
Open
public function getReferencedStatementId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getVerb(): ?XApiVerb
- Exclude checks
Missing function doc comment Open
Open
public function setObject(?self $object): static
- Exclude checks
Missing function doc comment Open
Open
public function getActivityExtensions(): ?XApiExtensions
- Exclude checks
Missing function doc comment Open
Open
public function getParentContext(): ?XApiContext
- Exclude checks
Missing function doc comment Open
Open
public function setParentContext(?XApiContext $parentContext): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToOne(targetEntity: self::class, cascade: ['persist', 'remove'])]
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function setActivityExtensions(?XApiExtensions $activityExtensions): 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\Column(length: 255, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(inversedBy: 'categoryActivities')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setOpenId(?string $openId): static
- Exclude checks
Missing function doc comment Open
Open
public function getActor(): ?self
- 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 setHasActivityDescription(?bool $hasActivityDescription): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityDescription(?array $activityDescription): static
- Exclude checks
Missing function doc comment Open
Open
public function getMboxSha1Sum(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setActor(?self $actor): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Member variable "mboxSha1Sum" contains numbers but this is discouraged Open
Open
private ?string $mboxSha1Sum = null;
- Exclude checks
Missing function doc comment Open
Open
public function getActivityType(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function addMember(self $member): static
- Exclude checks
Missing function doc comment Open
Open
public function removeMember(self $member): static
- Exclude checks
Missing function doc comment Open
Open
public function getOtherContext(): ?XApiContext
- 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(nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setType(?string $type): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityId(?string $activityId): static
- Exclude checks
Missing function doc comment Open
Open
public function setHasActivityDefinition(?bool $hasActivityDefinition): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasActivityDefinition(?bool $hasActivityDefinition): static
- Exclude checks
Missing function doc comment Open
Open
public function setActivityType(?string $activityType): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setMbox(?string $mbox): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityExtensions(?XApiExtensions $activityExtensions): static
- 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 setActivityName(?array $activityName): static
- Exclude checks
Missing function doc comment Open
Open
public function setOpenId(?string $openId): 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 getObject(): ?self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setObject(?self $object): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addMember(self $member): static
- Exclude checks
Missing function doc comment Open
Open
public function setCategoryContext(?XApiContext $categoryContext): 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 getAccountHomePage(): ?string
- 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\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
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
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 setActivityMoreInfo(?string $activityMoreInfo): static
- Exclude checks
Missing function doc comment Open
Open
public function setMboxSha1Sum(?string $mboxSha1Sum): static
- Exclude checks
Missing function doc comment Open
Open
public function setReferencedStatementId(?string $referencedStatementId): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActor(?self $actor): static
- Exclude checks
Missing function doc comment Open
Open
public function getGroup(): ?self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function removeMember(self $member): static
- Exclude checks
Missing function doc comment Open
Open
public function getGroupingContext(): ?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\JoinColumn(referencedColumnName: 'identifier')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(inversedBy: 'otherActivities')]
- Exclude checks
Missing function doc comment Open
Open
public function setHasActivityName(?bool $hasActivityName): static
- Exclude checks
Missing function doc comment Open
Open
public function getActivityName(): ?array
- Exclude checks
Missing function doc comment Open
Open
public function setActivityName(?array $activityName): 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\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
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToMany(mappedBy: 'group', targetEntity: self::class, cascade: ['persist', 'remove'])]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityType(?string $activityType): static
- Exclude checks
Missing function doc comment Open
Open
public function setMbox(?string $mbox): static
- Exclude checks
Missing function doc comment Open
Open
public function getAccountName(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAccountName(?string $accountName): static
- Exclude checks
Missing function doc comment Open
Open
public function setGroup(?self $group): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiObject
- 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 getActivityId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setActivityId(?string $activityId): 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\Column(length: 255, 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
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
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: self::class, inversedBy: 'members')]
- 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 getType(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasActivityDescription(?bool $hasActivityDescription): static
- Exclude checks
Missing function doc comment Open
Open
public function getActivityMoreInfo(): ?string
- 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 setGroup(?self $group): static
- Exclude checks
Missing function doc comment Open
Open
public function getCategoryContext(): ?XApiContext
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(inversedBy: 'groupingActivities')]
- Exclude checks
Missing function doc comment Open
Open
public function setType(?string $type): static
- Exclude checks
Missing function doc comment Open
Open
public function hasActivityName(): ?bool
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHasActivityName(?bool $hasActivityName): static
- Exclude checks
Missing function doc comment Open
Open
public function setActivityDescription(?array $activityDescription): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setName(?string $name): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setParentContext(?XApiContext $parentContext): static
- Exclude checks
Missing function doc comment Open
Open
public function setGroupingContext(?XApiContext $groupingContext): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setGroupingContext(?XApiContext $groupingContext): static
- Exclude checks
Missing function doc comment Open
Open
public function setOtherContext(?XApiContext $otherContext): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setOtherContext(?XApiContext $otherContext): static
- 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\ManyToOne(inversedBy: 'parentActivities')]
- Exclude checks
Missing function doc comment Open
Open
public function getIdentifier(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getMbox(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setAccountName(?string $accountName): static
- Exclude checks
Missing function doc comment Open
Open
public function setAccountHomePage(?string $accountHomePage): static
- Exclude checks
Missing function doc comment Open
Open
public function getName(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setName(?string $name): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setReferencedStatementId(?string $referencedStatementId): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCategoryContext(?XApiContext $categoryContext): static
- Exclude checks