chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function setActTrue(int $actTrue): self

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

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

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

    #[ORM\Column(name: 'description', type: 'text', nullable: false)]

Missing function doc comment
Open

    public function getActTrue(): int

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

    #[ORM\Column(name: 'param', type: 'float')]

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

    #[ORM\Column(name: 'mat_op', type: 'string')]

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

class SequenceCondition

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

    #[ORM\GeneratedValue]

Missing function doc comment
Open

    public function setDescription(string $description): self

Missing function doc comment
Open

    public function setParam(float $param): self

Missing function doc comment
Open

    public function getParam(): float

Missing function doc comment
Open

    public function setActFalse(string $actFalse): self

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

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

Missing function doc comment
Open

    public function getActFalse(): string

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

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

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

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

    #[ORM\Column(name: 'act_false', type: 'string')]

Missing function doc comment
Open

    public function setMathOperation(string $mathOperation): self

There are no issues that match your filters.

Category
Status