chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    #[Column(type: 'string', length: 255)]

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

    #[Id]

Missing function doc comment
Open

    public function setEmail(string $email): self

Missing function doc comment
Open

    public function getEmail(): string

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function getTitle(): string

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

class ContactCategory

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

#[Entity]

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

#[Table(name: 'contact_form_contact_category')]

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

    #[Column(type: 'string', length: 255)]

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

    #[Column(type: 'integer')]

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

    #[GeneratedValue]

Missing function doc comment
Open

    public function getId(): ?int

Missing function doc comment
Open

    public function setTitle(string $title): self

There are no issues that match your filters.

Category
Status