src/LtiBundle/Entity/LineItem.php
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 setTool(ExternalTool $tool): static
- Exclude checks
Missing function doc comment Open
Open
public function getEvaluation(): GradebookEvaluation
- Exclude checks
Missing function doc comment Open
Open
public function getResourceId(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'tag', type: 'string', nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTool(ExternalTool $tool): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTag(string $tag): static
- Exclude checks
Missing function doc comment Open
Open
public function setEndDate(DateTime $endDate): static
- 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 setTag(string $tag): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class LineItem
- 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 getTag(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToOne(targetEntity: GradebookEvaluation::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'evaluation', referencedColumnName: 'id', nullable: false, onDelete: 'CASCADE')]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setEvaluation(GradebookEvaluation $evaluation): static
- Exclude checks
Missing function doc comment Open
Open
public function getStartDate(): DateTime
- Exclude checks
Missing function doc comment Open
Open
public function getTool(): ExternalTool
- Exclude checks
Missing function doc comment Open
Open
public function setResourceId(string $resourceId): static
- 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 setStartDate(DateTime $startDate): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setResourceId(string $resourceId): static
- Exclude checks
Missing function doc comment Open
Open
public function toArray(): array
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setStartDate(DateTime $startDate): static
- Exclude checks
Missing function doc comment Open
Open
public function getEndDate(): DateTime
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'lti_lineitem')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'tool_id', referencedColumnName: 'id', nullable: false, onDelete: 'CASCADE')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: ExternalTool::class, inversedBy: 'lineItems')]
- Exclude checks
Missing function doc comment Open
Open
public function setEvaluation(GradebookEvaluation $evaluation): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'resource_id', type: 'string', nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setEndDate(DateTime $endDate): static
- Exclude checks