src/CoreBundle/Entity/ExtraFieldOptions.php
You must use "/**" style comments for a class comment Open
Open
class ExtraFieldOptions
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'field_id', referencedColumnName: 'id')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\Translatable]
- 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 getField(): ExtraField
- Exclude checks
Missing function doc comment Open
Open
public function setDisplayText(string $displayText): self
- Exclude checks
Missing function doc comment Open
Open
public function setLocale(string $locale): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Assert\NotNull]
- Exclude checks
Missing function doc comment Open
Open
public function setPriority(string $priority): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\Locale]
- Exclude checks
Missing function doc comment Open
Open
public function getPriorityMessage(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setValue(string $value): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'display_text', type: 'string', length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setPriorityMessage(string $priorityMessage): 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(name: 'priority_message', type: 'string', length: 255, nullable: true)]
- 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\GeneratedValue]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'option_value', type: 'text', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: ExtraFieldOptionsRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'option_order', type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setOptionOrder(int $optionOrder): self
- Exclude checks
Missing function doc comment Open
Open
public function getPriority(): ?string
- 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: 'extra_field_options')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\MappedSuperclass]
- Exclude checks
Missing function doc comment Open
Open
public function getLocale(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: ExtraField::class, inversedBy: 'options')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'priority', type: 'string', length: 255, nullable: true)]
- Exclude checks