src/CourseBundle/Entity/CPeerAssessment.php
Missing function doc comment Open
Open
public function getEndCorrectionOption(): ?int
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CPeerAssessment
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getGroupCategory(): ?CGroupCategory
- Exclude checks
Missing function doc comment Open
Open
public function getDistributeCorrectionOption(): int
- Exclude checks
Missing function doc comment Open
Open
public function setEndRepositoryOption(?int $endRepositoryOption): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function setGroupCategory(?CGroupCategory $groupCategory): self
- Exclude checks
Missing function doc comment Open
Open
public function getStartCorrectionOption(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getCommentConstraint(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function setDistributionAlgorithm(?bool $distributionAlgorithm): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function getEndWorkRepositoryOption(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setStudentAccessToCorrection(?bool $studentAccessToCorrection): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Course::class)]
- Exclude checks
Missing function doc comment Open
Open
public function setMaxCorrectionPerStudent(?int $maxCorrectionPerStudent): self
- Exclude checks
Missing function doc comment Open
Open
public function setCorrectBenchmarkWork(?bool $correctBenchmarkWork): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'c_peer_assessment')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'boolean', nullable: true, options: ['default' => 0])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setDistributeCorrectionOption(int $distributeCorrectionOption): self
- Exclude checks
Missing function doc comment Open
Open
public function getCorrectOwnWork(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function getStartCorrectionDate(): ?DateTime
- 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\JoinColumn(name: 'group_category_id', referencedColumnName: 'iid', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'boolean', nullable: true, options: ['default' => 0])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(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 getStartWorkRepositoryOption(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setStartCorrectionOption(?int $startCorrectionOption): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: CGroupCategory::class)]
- Exclude checks
Missing function doc comment Open
Open
public function getMaxCorrectionPerStudent(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getSendWorkEndDate(): ?DateTime
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'boolean', nullable: true, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function setEndCorrectionDate(?DateTime $endCorrectionDate): 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(type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setState(?int $state): self
- Exclude checks
Missing function doc comment Open
Open
public function setCorrectOwnWork(?bool $correctOwnWork): self
- Exclude checks
Missing function doc comment Open
Open
public function setSendWorkEndDate(?DateTime $sendWorkEndDate): self
- 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 getSendWorkStartDate(): ?DateTime
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true, options: ['default' => 0])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true, options: ['default' => 0])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'boolean', nullable: true, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function setEndCorrectionOption(?int $endCorrectionOption): self
- Exclude checks
Missing function doc comment Open
Open
public function setExaminerRoleCondition(?bool $examinerRoleCondition): self
- Exclude checks
Missing function doc comment Open
Open
public function getDistributionAlgorithm(): ?bool
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'c_id', referencedColumnName: 'id', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true, options: ['default' => 0])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: false, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function setStartWorkRepositoryOption(?int $startWorkRepositoryOption): self
- Exclude checks
Missing function doc comment Open
Open
public function setEndWorkRepositoryOption(?int $endWorkRepositoryOption): self
- Exclude checks
Missing function doc comment Open
Open
public function getEndRepositoryOption(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setCommentConstraint(?bool $commentConstraint): self
- 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(type: 'boolean', nullable: true, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function getStudentAccessToCorrection(): ?bool
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'boolean', nullable: true, options: ['default' => 0])]
- Exclude checks
Missing function doc comment Open
Open
public function __construct() {}
- Exclude checks
Missing function doc comment Open
Open
public function getExaminerRoleCondition(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function getCorrectBenchmarkWork(): ?bool
- Exclude checks
Missing function doc comment Open
Open
public function setSendWorkStartDate(?DateTime $sendWorkStartDate): self
- Exclude checks
Missing function doc comment Open
Open
public function getEndCorrectionDate(): ?DateTime
- 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 getState(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setStartCorrectionDate(?DateTime $startCorrectionDate): 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