chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    public function setId(string $id): static

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

    #[ORM\GeneratedValue]

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

class XApiVerb

Missing function doc comment
Open

    public function getIdentifier(): ?int

Missing function doc comment
Open

    public function setId(string $id): static

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

    #[ORM\Column(length: 255)]

Missing function doc comment
Open

    public function getDisplay(): ?array

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: XApiVerbRepository::class)]

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

    #[ORM\Id]

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

    public function setDisplay(?array $display): static

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

Missing function doc comment
Open

    public function getId(): ?string

Missing function doc comment
Open

    public function setDisplay(?array $display): static

There are no issues that match your filters.

Category
Status