src/CoreBundle/Entity/SkillRelItem.php
Missing function doc comment Open
Open
public function isRequiresValidation(): bool
- Exclude checks
Missing function doc comment Open
Open
public function isReal(): bool
- Exclude checks
Missing function doc comment Open
Open
public function getUpdatedAt(): DateTime
- Exclude checks
Missing function doc comment Open
Open
public function setItemType(int $itemType): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'item_id', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getObtainConditions(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setCreatedAt(DateTime $createdAt): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class SkillRelItem
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'obtain_conditions', type: 'string', length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getItemType(): int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'created_by', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setUpdatedAt(DateTime $updatedAt): static
- Exclude checks
Missing function doc comment Open
Open
public function setSessionId(int $sessionId): self
- Exclude checks
Missing function doc comment Open
Open
public function getItemResultUrl(string $cidReq): string
- 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: 'requires_validation', type: 'boolean')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setItemId(int $itemId): static
- Exclude checks
Missing function doc comment Open
Open
public function setRequiresValidation(bool $requiresValidation): self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCreatedAt(DateTime $createdAt): static
- Exclude checks
Missing function doc comment Open
Open
public function getCreatedBy(): int
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($this->getItemType()) {
- Exclude checks
Missing function doc comment Open
Open
public function getItemResultList(string $cidReq): string
- 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\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function setObtainConditions(string $obtainConditions): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'skill_rel_item')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'is_real', type: 'boolean')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'c_id', type: 'integer', nullable: true)]
- 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 getUpdatedBy(): int
- 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 __construct()
- Exclude checks
Missing function doc comment Open
Open
public function setIsReal(bool $isReal): self
- Exclude checks
Missing function doc comment Open
Open
public function setCourseId(int $courseId): self
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($this->getItemType()) {
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'skill_id', referencedColumnName: 'id', onDelete: 'CASCADE')]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getSkill(): Skill
- Exclude checks
Missing function doc comment Open
Open
public function getCreatedAt(): DateTime
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'session_id', type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setItemId(int $itemId): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'updated_by', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getItemId(): int
- Exclude checks
Missing function doc comment Open
Open
public function setCreatedBy(int $createdBy): self
- Exclude checks
Missing function doc comment Open
Open
public function setUpdatedBy(int $updatedBy): self
- Exclude checks
Missing function doc comment Open
Open
public function getSessionId(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'item_type', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Skill::class, inversedBy: 'items')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setUpdatedAt(DateTime $updatedAt): static
- Exclude checks
Missing function doc comment Open
Open
public function setSkill(Skill $skill): self
- Exclude checks
Missing function doc comment Open
Open
public function getCourseId(): ?int
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($this->getItemType()) {
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
default => $url,
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
default => $url,
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($this->getItemType()) {
- Exclude checks