src/LtiBundle/Entity/Token.php
Missing function doc comment Open
Open
public function setTool(ExternalTool $tool): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- Exclude checks
Missing function doc comment Open
Open
public function getHash(): string
- Exclude checks
Missing function doc comment Open
Open
public function setHash(string $hash): static
- Exclude checks
Missing function doc comment Open
Open
public function generateHash(): static
- 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(name: 'scope', type: 'json')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScope(array $scope): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setExpiresAt(int $expiresAt): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'created_at', type: 'integer')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHash(string $hash): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function generateHash(): static
- Exclude checks
Missing function doc comment Open
Open
public function getTool(): ExternalTool
- Exclude checks
Missing function doc comment Open
Open
public function getScopeInString(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'tool_id', referencedColumnName: 'id', onDelete: 'CASCADE')]
- Exclude checks
Missing function doc comment Open
Open
public function getScope(): array
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTool(ExternalTool $tool): static
- Exclude checks
Missing function doc comment Open
Open
public function getCreatedAt(): int
- Exclude checks
Missing function doc comment Open
Open
public function setCreatedAt(int $createdAt): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'lti_token')]
- Exclude checks
Missing function doc comment Open
Open
public function setScope(array $scope): 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(name: 'expires_at', type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): int
- Exclude checks
Missing function doc comment Open
Open
public function setExpiresAt(int $expiresAt): static
- 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\Column(name: 'hash', type: 'string')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class Token
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: ExternalTool::class)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCreatedAt(int $createdAt): static
- Exclude checks
Missing function doc comment Open
Open
public function getExpiresAt(): int
- Exclude checks