src/CoreBundle/Entity/SettingsCurrent.php
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: 'subkeytext', type: 'string', length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getVariable(): string
- Exclude checks
Missing function doc comment Open
Open
public function getCategory(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'type', type: 'string', length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function getSubkeytext(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'selected_value', type: 'text', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'access_url_changeable', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setCategory(?string $category): self
- Exclude checks
Missing function doc comment Open
Open
public function getScope(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getType(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setUrl(AccessUrl $url): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: AccessUrl::class, cascade: ['persist'], inversedBy: 'settings')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'variable', type: 'string', length: 190, nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'access_url', referencedColumnName: 'id')]
- Exclude checks
Missing function doc comment Open
Open
public function setVariable(string $variable): self
- Exclude checks
Missing function doc comment Open
Open
public function setComment(string $comment): self
- Exclude checks
Missing function doc comment Open
Open
public function getAccessUrlChangeable(): int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\UniqueConstraint(name: 'unique_setting', columns: ['variable', 'subkey', 'access_url'])]
- 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
#[Assert\NotBlank]
- 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\Column(name: 'id', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Assert\NotBlank]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'title', type: 'text', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getSubkey(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setAccessUrlChangeable(int $accessUrlChangeable): self
- Exclude checks
Missing function doc comment Open
Open
public function setAccessUrlLocked(int $accessUrlLocked): self
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class SettingsCurrent
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'access_url_locked', type: 'integer', nullable: false, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function setType(string $type): self
- Exclude checks
Missing function doc comment Open
Open
public function setScope(string $scope): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'comment', type: 'text', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getSelectedValue(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setSelectedValue(float|int|string|null $selectedValue): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Assert\NotBlank]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'category', type: 'string', length: 255, nullable: true)]
- 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\GeneratedValue]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'scope', type: 'string', length: 50, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setSubkey(string $subkey): self
- Exclude checks
Missing function doc comment Open
Open
public function getTitle(): string
- Exclude checks
Missing function doc comment Open
Open
public function setTitle(string $title): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['access_url'], name: 'access_url')]
- Exclude checks
Missing function doc comment Open
Open
public function getUrl(): AccessUrl
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'settings', options: ['row_format' => 'DYNAMIC'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'subkey', type: 'string', length: 190, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Assert\NotBlank]
- Exclude checks
Missing function doc comment Open
Open
public function setSubkeytext(string $subkeytext): self
- Exclude checks
Missing function doc comment Open
Open
public function getAccessUrlLocked(): int
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks