src/LtiBundle/Entity/Platform.php
Missing function doc comment Open
Open
public function getPrivateKey(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'kid', type: 'string')]
- Exclude checks
Missing function doc comment Open
Open
public function getKid(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'public_key', type: 'text')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): int
- Exclude checks
Missing function doc comment Open
Open
public function setKid(string $kid): 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 setPrivateKey(string $privateKey): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class Platform
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- 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 setId(int $id): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'lti_platform')]
- 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 setId(int $id): static
- Exclude checks
Missing function doc comment Open
Open
public function setPrivateKey(string $privateKey): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'private_key', type: 'text')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setKid(string $kid): static
- Exclude checks