chamilo/chamilo-lms

View on GitHub
src/CourseBundle/Entity/CPlagiarismCompilatioDocs.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function getCId(): int

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

    #[ORM\Column(name: 'compilatio_id', type: 'string', length: 32, nullable: true)]

Closing brace must be on a line by itself
Open

    public function __construct() {}

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

    #[ORM\GeneratedValue]

Missing function doc comment
Open

    public function getId(): ?int

Missing function doc comment
Open

    public function getCompilatioId(): ?string

Missing function doc comment
Open

    public function getDocumentId(): int

Missing function doc comment
Open

    public function setId(int $id): self

Missing function doc comment
Open

    public function setCId(int $cId): self

Missing function doc comment
Open

    public function setCompilatioId(?string $compilatioId): self

Add a single space around assignment operators
Open

declare(strict_types=1);

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

class CPlagiarismCompilatioDocs

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

    #[ORM\Id]

Missing function doc comment
Open

    public function __construct() {}

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

    #[ORM\Column(name: 'c_id', type: 'integer', nullable: false)]

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

    #[ORM\Column(name: 'id', type: 'integer')]

Missing function doc comment
Open

    public function setDocumentId(int $documentId): self

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

#[ORM\Table(name: 'c_plagiarism_compilatio_docs')]

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

#[ORM\Entity]

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

    #[ORM\Column(name: 'document_id', type: 'integer', nullable: false)]

Closing brace must be on a line by itself
Open

    public function __construct() {}

Opening brace should be on a new line
Open

    public function __construct() {}

There are no issues that match your filters.

Category
Status