src/CourseBundle/Entity/CGroupCategoryRelUser.php
Missing function doc comment Open
Open
public function getGroupCategory(): ?CGroupCategory
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'c_group_category_rel_user')]
- 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 getPopulationId(): int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer')]
- 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 setPopulationType(int $populationType): 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
#[ORM\ManyToOne(targetEntity: CGroupCategory::class)]
- 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\Id]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'smallint', length: 1)]
- Exclude checks
Missing function doc comment Open
Open
public function setGroupCategory(?CGroupCategory $groupCategory): self
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getPopulationType(): int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'group_category_id', referencedColumnName: 'iid', nullable: false, onDelete: 'CASCADE')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CGroupCategoryRelUser
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function setId(int $id): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'smallint', length: 1)]
- Exclude checks
Missing function doc comment Open
Open
public function setPopulationId(int $populationId): self
- Exclude checks
Missing function doc comment Open
Open
public function getStatusInCategory(): int
- Exclude checks
Missing function doc comment Open
Open
public function setStatusInCategory(int $statusInCategory): self
- Exclude checks
Opening brace should be on a new line Open
Open
public function __construct() {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct() {}
- Exclude checks