src/CoreBundle/Entity/SequenceRuleMethod.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'sequence_rule_method')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'sequence_method_id', referencedColumnName: 'id')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class SequenceRuleMethod
- Exclude checks
Missing function doc comment Open
Open
public function getRule(): ?SequenceRule
- 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\GeneratedValue]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: SequenceRule::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'method_order', type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function setMethod(SequenceMethod $method): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- Exclude checks
Missing function doc comment Open
Open
public function setMethodOrder(string $methodOrder): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'sequence_rule_id', referencedColumnName: 'id')]
- 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\ManyToOne(targetEntity: SequenceMethod::class)]
- Exclude checks
Missing function doc comment Open
Open
public function setRule(SequenceRule $rule): self
- Exclude checks
Missing function doc comment Open
Open
public function getMethod(): SequenceMethod
- Exclude checks