src/CoreBundle/Entity/ExtraFieldOptionRelFieldOption.php
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\UniqueConstraint(name: 'idx', columns: ['field_id', 'role_id', 'field_option_id', 'related_field_option_id'])]
- 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\JoinColumn(name: 'field_option_id', referencedColumnName: 'id')]
- Exclude checks
Missing function doc comment Open
Open
public function setExtraFieldOption(ExtraFieldOptions $extraFieldOption): self
- 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: ExtraFieldOptions::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'field_id', referencedColumnName: 'id')]
- Exclude checks
Missing function doc comment Open
Open
public function getExtraFieldOption(): ExtraFieldOptions
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'extra_field_option_rel_field_option')]
- Exclude checks
Missing function doc comment Open
Open
public function setField(ExtraField $field): 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\ManyToOne(targetEntity: ExtraField::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'role_id', type: 'integer', nullable: true, unique: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getField(): ExtraField
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class ExtraFieldOptionRelFieldOption
- 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 getRelatedFieldOption(): ExtraFieldOptions
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'related_field_option_id', referencedColumnName: 'id')]
- Exclude checks
Missing function doc comment Open
Open
public function setRelatedFieldOption(ExtraFieldOptions $relatedFieldOption): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: ExtraFieldOptions::class)]
- Exclude checks