src/CourseBundle/Entity/CLpItemView.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(name: 'lp_item_id', columns: ['lp_item_id'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: CLpItem::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'lp_item_id', referencedColumnName: 'iid', onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'suspend_data', type: 'text', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setMaxScore(string $maxScore): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'total_time', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setStartTime(int $startTime): self
- Exclude checks
Missing function doc comment Open
Open
public function getIid(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setView(CLpView $view): self
- 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: 'score', type: 'float', precision: 10, scale: 0, nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: CLpView::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'core_exit', type: 'string', length: 32, nullable: false, options: ['default' => 'none'])]
- Exclude checks
Missing function doc comment Open
Open
public function getItem(): CLpItem
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'lesson_location', type: 'text', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setViewCount(int $viewCount): self
- Exclude checks
Missing function doc comment Open
Open
public function setSuspendData(string $suspendData): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'status', type: 'string', length: 32, nullable: false, options: ['default' => 'not attempted'])]
- Exclude checks
Missing function doc comment Open
Open
public function setTotalTime(int $totalTime): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'c_lp_item_view')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(name: 'lp_view_id', columns: ['lp_view_id'])]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CLpItemView
- Exclude checks
Missing function doc comment Open
Open
public function setStatus(string $status): self
- Exclude checks
Missing function doc comment Open
Open
public function setCoreExit(string $coreExit): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'iid', type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function setScore(float $score): 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\Column(name: 'max_score', type: 'string', length: 8, nullable: true)]
- 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: 'view_count', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setLessonLocation(string $lessonLocation): self
- Exclude checks
Missing function doc comment Open
Open
public function setItem(CLpItem $item): self
- Exclude checks
Missing function doc comment Open
Open
public function getView(): CLpView
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'lp_view_id', referencedColumnName: 'iid', onDelete: 'CASCADE')]
- 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\Column(name: 'start_time', type: 'integer', nullable: false)]
- Exclude checks