chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function setExtensions(array $extensions): static

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

    #[ORM\Column]

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

class XApiExtensions

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\Column]

Missing function doc comment
Open

    public function getIdentifier(): ?int

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

    public function setExtensions(array $extensions): static

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\Entity(repositoryClass: XApiExtensionsRepository::class)]

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

    #[ORM\Id]

Missing function doc comment
Open

    public function getExtensions(): array

There are no issues that match your filters.

Category
Status