src/CoreBundle/Entity/SequenceValue.php
You must use "/**" style comments for a class comment Open
Open
class SequenceValue
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'available', type: 'boolean')]
- Exclude checks
Missing function doc comment Open
Open
public function getCompleteItems(): int
- Exclude checks
Missing function doc comment Open
Open
public function getAvailableEndDate(): ?DateTime
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'success_date', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setAvailableEndDate(DateTime $availableEndDate): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: SequenceRowEntity::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'available_start_date', type: 'datetime', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function setEntity(?SequenceRowEntity $entity): self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAdvance(float $advance): static
- Exclude checks
Missing function doc comment Open
Open
public function getAvailable(): bool
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function setSuccess(bool $success): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'available_end_date', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function getSuccessDate(): ?DateTime
- 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(name: 'complete_items', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'total_items', type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function getTotalItems(): int
- Exclude checks
Missing function doc comment Open
Open
public function getSuccess(): bool
- Exclude checks
Missing function doc comment Open
Open
public function setAvailable(bool $available): self
- Exclude checks
Missing function doc comment Open
Open
public function getAvailableStartDate(): ?DateTime
- Exclude checks
Missing function doc comment Open
Open
public function setAvailableStartDate(DateTime $availableStartDate): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'sequence_value')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Missing function doc comment Open
Open
public function getEntity(): ?SequenceRowEntity
- Exclude checks
Missing function doc comment Open
Open
public function setCompleteItems(int $completeItems): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: User::class, inversedBy: 'sequenceValues')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'user_id', referencedColumnName: 'id', onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'sequence_row_entity_id', referencedColumnName: 'id')]
- Exclude checks
Missing function doc comment Open
Open
public function setSuccessDate(DateTime $successDate): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'success', type: 'boolean')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'advance', type: 'float')]
- Exclude checks
Missing function doc comment Open
Open
public function getAdvance(): float
- Exclude checks
Missing function doc comment Open
Open
public function setAdvance(float $advance): static
- Exclude checks
Missing function doc comment Open
Open
public function setTotalItems(int $totalItems): self
- Exclude checks