src/CourseBundle/Entity/CLpUserAccess.php
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\GeneratedValue]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'c_lp_user_access')]
- 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\Id]
- Exclude checks
Missing function doc comment Open
Open
public function getEndDate(): ?DateTimeInterface
- Exclude checks
Missing function doc comment Open
Open
public function setIsOpenWithoutDate(?bool $isOpenWithoutDate): self
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CLpUserAccess
- Exclude checks
Missing function doc comment Open
Open
public function setEndDate(?DateTimeInterface $endDate): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'user_id', referencedColumnName: 'id', nullable: true, onDelete: 'SET NULL')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'end_date', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setLp(?CLp $lp): self
- Exclude checks
Missing function doc comment Open
Open
public function setStartDate(?DateTimeInterface $startDate): self
- Exclude checks
Missing function doc comment Open
Open
public function getIsOpenWithoutDate(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function getStartDate(): ?DateTimeInterface
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'lp_id', referencedColumnName: 'iid', nullable: true, onDelete: 'SET NULL')]
- Exclude checks
Missing function doc comment Open
Open
public function getLp(): ?CLp
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: User::class)]
- 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\ManyToOne(targetEntity: CLp::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'start_date', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- 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\Column(name: 'is_open_without_date', type: 'boolean', options: ['default' => 0], nullable: true)]
- Exclude checks