src/CoreBundle/Entity/SkillRelItemRelUser.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'skill_rel_item_rel_user')]
- 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\Entity]
- Exclude checks
Missing function doc comment Open
Open
public function getSkillRelItem(): SkillRelItem
- 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
Scope keyword "static" must be followed by a single space Open
Open
public function setCreatedBy(int $createdBy): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'user_id', referencedColumnName: 'id', nullable: false, onDelete: 'CASCADE')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setSkillRelItem(SkillRelItem $skillRelItem): static
- Exclude checks
Missing function doc comment Open
Open
public function setResultId(int $resultId): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'skill_rel_item_id', referencedColumnName: 'id', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\Timestampable(on: 'create')]
- Exclude checks
Missing function doc comment Open
Open
public function getResultId(): int
- Exclude checks
Missing function doc comment Open
Open
public function getUserItemResultUrl(string $cidReq): string
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class SkillRelItemRelUser
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setResultId(int $resultId): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Gedmo\Timestampable(on: 'update')]
- 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 setSkillRelItem(SkillRelItem $skillRelItem): static
- Exclude checks
Missing function doc comment Open
Open
public function setUpdatedBy(int $updatedBy): static
- 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: 'result_id', type: 'integer', nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setUpdatedBy(int $updatedBy): static
- Exclude checks
Missing function doc comment Open
Open
public function setCreatedBy(int $createdBy): static
- 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\ManyToOne(targetEntity: User::class, cascade: ['persist'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: SkillRelItem::class, cascade: ['persist'])]
- Exclude checks
Missing function doc comment Open
Open
public function __construct() {}
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct() {}
- Exclude checks
Missing function doc comment Open
Open
public function getCreatedBy(): int
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct() {}
- Exclude checks
Opening brace should be on a new line Open
Open
public function __construct() {}
- Exclude checks