src/CoreBundle/Entity/SkillRelSkill.php
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\JoinColumn(name: 'skill_id', referencedColumnName: 'id')]
- Exclude checks
Missing function doc comment Open
Open
public function getLevel(): int
- Exclude checks
Missing function doc comment Open
Open
public function getParent(): ?Skill
- 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\ManyToOne(targetEntity: Skill::class, inversedBy: 'skills')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'parent_id', referencedColumnName: 'id', onDelete: 'SET NULL')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'skill_rel_skill')]
- Exclude checks
Missing function doc comment Open
Open
public function setParent(?Skill $parent): self
- Exclude checks
Missing function doc comment Open
Open
public function getId(): int
- Exclude checks
Missing function doc comment Open
Open
public function getRelationType(): int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Skill::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\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function setRelationType(int $relationType): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'level', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setSkill(Skill $skill): self
- 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
#[Assert\NotBlank]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'relation_type', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getSkill(): Skill
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class SkillRelSkill
- 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 setLevel(int $level): self
- Exclude checks