src/CourseBundle/Entity/CPeerAssessmentRelStudentPublication.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'c_peer_assessment_rel_student_publication')]
- 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: CGroup::class)]
- 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\JoinColumn(name: 'student_publication_id', referencedColumnName: 'iid', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
Missing function doc comment Open
Open
public function getStudentPublication(): ?CStudentPublication
- Exclude checks
Missing function doc comment Open
Open
public function __construct() {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct() {}
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function getPeerAssessment(): ?CPeerAssessment
- 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 setPeerAssessment(?CPeerAssessment $peerAssessment): self
- Exclude checks
Missing function doc comment Open
Open
public function getGroup(): ?CGroup
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'group_id', referencedColumnName: 'iid', nullable: true, onDelete: 'CASCADE')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CPeerAssessmentRelStudentPublication
- 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: CStudentPublication::class)]
- 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 getId(): ?int
- 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(type: 'integer')]
- Exclude checks
Missing function doc comment Open
Open
public function setStudentPublication(?CStudentPublication $studentPublication): self
- Exclude checks
Missing function doc comment Open
Open
public function getStudentPublicationFolderId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setStudentPublicationFolderId(?int $studentPublicationFolderId): self
- Exclude checks
Missing function doc comment Open
Open
public function setGroup(?CGroup $group): self
- 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