src/CoreBundle/Entity/SkillRelUserComment.php
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: SkillRelUser::class, inversedBy: 'comments')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class SkillRelUserComment
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- 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: 'feedback_text', type: 'text')]
- 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\Index(columns: ['skill_rel_user_id', 'feedback_giver_id'], name: 'idx_select_su_giver')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'feedback_giver_id', referencedColumnName: 'id', onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: User::class, inversedBy: 'commentedUserSkills')]
- 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\JoinColumn(name: 'skill_rel_user_id', referencedColumnName: 'id')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'feedback_datetime', type: 'datetime', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'skill_rel_user_comment')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'feedback_value', type: 'integer', nullable: true, options: ['default' => 1])]
- Exclude checks
Missing function doc comment Open
Open
public function getFeedbackGiver(): ?User
- Exclude checks
Missing function doc comment Open
Open
public function getFeedbackValue(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getFeedbackDateTime(): DateTime
- Exclude checks
Missing function doc comment Open
Open
public function getFeedbackText(): string
- Exclude checks
Missing function doc comment Open
Open
public function getSkillRelUser(): ?SkillRelUser
- Exclude checks
Missing function doc comment Open
Open
public function setFeedbackDateTime(DateTime $feedbackDateTime): self
- Exclude checks
Missing function doc comment Open
Open
public function setSkillRelUser(SkillRelUser $skillRelUser): self
- Exclude checks
Missing function doc comment Open
Open
public function setFeedbackValue(?int $feedbackValue): self
- Exclude checks
Missing function doc comment Open
Open
public function setFeedbackGiver(User $feedbackGiver): self
- Exclude checks
Missing function doc comment Open
Open
public function setFeedbackText(string $feedbackText): self
- Exclude checks