src/CourseBundle/Entity/CPeerAssessmentCorrection.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setExaminerFolderId(?int $examinerFolderId): 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 getMaximumScore(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getCompleted(): ?bool
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function setExaminerId(?int $examinerId): self
- Exclude checks
Missing function doc comment Open
Open
public function setMaximumScore(?int $maximumScore): self
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CPeerAssessmentCorrection
- Exclude checks
Missing function doc comment Open
Open
public function setExaminerGroupId(?int $examinerGroupId): self
- 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\Column(type: 'boolean', nullable: true)]
- 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\Table(name: 'c_peer_assessment_correction')]
- 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\ManyToOne(targetEntity: CPeerAssessment::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: Usergroup::class)]
- Exclude checks
Missing function doc comment Open
Open
public function getStudentGroup(): ?Usergroup
- Exclude checks
Missing function doc comment Open
Open
public function getExaminerId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setCompleted(?bool $completed): 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: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setExaminerDocumentId(?int $examinerDocumentId): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'peer_assessment_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)]
- 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 getExaminerFolderId(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setStudentGroup(?Usergroup $studentGroup): self
- Exclude checks
Missing function doc comment Open
Open
public function getExaminerGroupId(): ?int
- 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: 'boolean', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getPeerAssessment(): ?CPeerAssessment
- Exclude checks
Missing function doc comment Open
Open
public function getTotalScore(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setTotalScore(?int $totalScore): self
- Exclude checks
Missing function doc comment Open
Open
public function setDelivered(?bool $delivered): self
- Exclude checks
Missing function doc comment Open
Open
public function getExaminerDocumentId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setPeerAssessment(?CPeerAssessment $peerAssessment): self
- Exclude checks
Missing function doc comment Open
Open
public function getDelivered(): ?bool
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'student_group_id', referencedColumnName: 'id', nullable: true, onDelete: 'CASCADE')]
- 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