src/CoreBundle/Entity/XApiActor.php
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\Id]
- 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
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\GeneratedValue]
- 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
Missing function doc comment Open
Open
public function getMbox(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setMboxSha1Sum(?string $mboxSha1Sum): static
- 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 setType(?string $type): static
- Exclude checks
Missing function doc comment Open
Open
public function setMbox(?string $mbox): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiActor
- Exclude checks
Missing function doc comment Open
Open
public function setType(?string $type): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setMbox(?string $mbox): static
- Exclude checks
Missing function doc comment Open
Open
public function getMboxSha1Sum(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiActorRepository::class)]
- 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 getIdentifier(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setMboxSha1Sum(?string $mboxSha1Sum): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAccountHomePage(?string $accountHomePage): static
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function getOpenId(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setOpenId(?string $openId): static
- 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 setAccountHomePage(?string $accountHomePage): static
- Exclude checks
Missing function doc comment Open
Open
public function setAccountName(?string $accountName): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAccountName(?string $accountName): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setName(?string $name): static
- Exclude checks
Missing function doc comment Open
Open
public function getAccountName(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getAccountHomePage(): ?string
- 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