src/CoreBundle/Entity/XApiLrsAuth.php
You must use "/**" style comments for a class comment Open
Open
class XApiLrsAuth
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- 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\Entity(repositoryClass: XApiLrsAuthRepository::class)]
- 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 setUsername(string $username): static
- Exclude checks
Missing function doc comment Open
Open
public function setUsername(string $username): static
- Exclude checks
Missing function doc comment Open
Open
public function getPassword(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setPassword(string $password): static
- Exclude checks
Missing function doc comment Open
Open
public function isEnabled(): ?bool
- 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 setEnabled(bool $enabled): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setEnabled(bool $enabled): 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\Column(length: 255)]
- Exclude checks
Missing function doc comment Open
Open
public function getUsername(): ?string
- 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 setPassword(string $password): static
- Exclude checks