chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Entity/XApiLrsAuth.php

Summary

Maintainability
A
0 mins
Test Coverage

You must use "/**" style comments for a class comment
Open

class XApiLrsAuth

Missing function doc comment
Open

    public function getId(): ?int

Add a single space around assignment operators
Open

declare(strict_types=1);

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

#[ORM\Entity(repositoryClass: XApiLrsAuthRepository::class)]

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[ORM\Column]

Scope keyword "static" must be followed by a single space
Open

    public function setUsername(string $username): static

Missing function doc comment
Open

    public function setUsername(string $username): static

Missing function doc comment
Open

    public function getPassword(): ?string

Scope keyword "static" must be followed by a single space
Open

    public function setPassword(string $password): static

Missing function doc comment
Open

    public function isEnabled(): ?bool

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[ORM\GeneratedValue]

Missing function doc comment
Open

    public function setEnabled(bool $enabled): static

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[ORM\Column(length: 255)]

Scope keyword "static" must be followed by a single space
Open

    public function setEnabled(bool $enabled): static

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[ORM\Id]

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[ORM\Column(length: 255)]

Missing function doc comment
Open

    public function getUsername(): ?string

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[ORM\Column]

Missing function doc comment
Open

    public function setPassword(string $password): static

There are no issues that match your filters.

Category
Status