chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    #[ORM\Column(length: 255, nullable: true)]

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

    #[ORM\Column(length: 255, nullable: true)]

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, nullable: true)]

Member variable "mboxSha1Sum" contains numbers but this is discouraged
Open

    private ?string $mboxSha1Sum = null;

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

    #[ORM\Column(length: 255, nullable: true)]

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

    #[ORM\Column(length: 255, nullable: true)]

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

    #[ORM\GeneratedValue]

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

    #[ORM\Column]

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

    #[ORM\Column(length: 255, nullable: true)]

Missing function doc comment
Open

    public function getMbox(): ?string

Missing function doc comment
Open

    public function setMboxSha1Sum(?string $mboxSha1Sum): static

Missing function doc comment
Open

    public function getType(): ?string

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

    public function setType(?string $type): static

Missing function doc comment
Open

    public function setMbox(?string $mbox): static

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

class XApiActor

Missing function doc comment
Open

    public function setType(?string $type): static

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

    public function setMbox(?string $mbox): static

Missing function doc comment
Open

    public function getMboxSha1Sum(): ?string

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

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

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

    #[ORM\Column(length: 255, nullable: true)]

Missing function doc comment
Open

    public function getIdentifier(): ?int

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

    public function setMboxSha1Sum(?string $mboxSha1Sum): static

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

    public function setAccountHomePage(?string $accountHomePage): static

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function getOpenId(): ?string

Missing function doc comment
Open

    public function setOpenId(?string $openId): static

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

    public function setOpenId(?string $openId): static

Missing function doc comment
Open

    public function setAccountHomePage(?string $accountHomePage): static

Missing function doc comment
Open

    public function setAccountName(?string $accountName): static

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

    public function setAccountName(?string $accountName): static

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

    public function setName(?string $name): static

Missing function doc comment
Open

    public function getAccountName(): ?string

Missing function doc comment
Open

    public function getAccountHomePage(): ?string

Missing function doc comment
Open

    public function getName(): ?string

Missing function doc comment
Open

    public function setName(?string $name): static

There are no issues that match your filters.

Category
Status