src/CoreBundle/Entity/JustificationDocument.php
Missing function doc comment Open
Open
public function setCode(?string $code): self
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class JustificationDocument
- Exclude checks
Missing function doc comment Open
Open
public function setDateManualOn(?int $dateManualOn): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'text', nullable: true)]
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'justification_document')]
- Exclude checks
Missing function doc comment Open
Open
public function getName(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setComment(?string $comment): self
- Exclude checks
Missing function doc comment Open
Open
public function getDateManualOn(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getCode(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setName(?string $name): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue(strategy: 'AUTO')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'text', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getValidityDuration(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setValidityDuration(?int $validityDuration): self
- Exclude checks
Missing function doc comment Open
Open
public function getComment(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'text', nullable: true)]
- Exclude checks