src/CoreBundle/Entity/XApiToolLaunch.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255)]
- Exclude checks
Missing function doc comment Open
Open
public function setLrsAuthPassword(?string $lrsAuthPassword): static
- 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\ManyToOne]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDescription(?string $description): static
- Exclude checks
Missing function doc comment Open
Open
public function setAllowMultipleAttempts(bool $allowMultipleAttempts): static
- Exclude checks
Missing function doc comment Open
Open
public function getLrsUrl(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getCourse(): ?Course
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCourse(?Course $course): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityId(?string $activityId): static
- Exclude checks
Missing function doc comment Open
Open
public function getActivityType(): ?string
- 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 setTitle(string $title): static
- Exclude checks
Missing function doc comment Open
Open
public function getLrsAuthPassword(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLrsAuthPassword(?string $lrsAuthPassword): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getActivityId(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setActivityType(?string $activityType): static
- Exclude checks
Missing function doc comment Open
Open
public function getTitle(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setActivityId(?string $activityId): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: XApiToolLaunchRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\OneToMany(mappedBy: 'tool', targetEntity: XApiCmi5Item::class)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTitle(string $title): static
- Exclude checks
Missing function doc comment Open
Open
public function getDescription(): ?string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLaunchUrl(string $launchUrl): static
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiToolLaunch
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLrsUrl(?string $lrsUrl): static
- Exclude checks
Missing function doc comment Open
Open
public function setLrsAuthUsername(?string $lrsAuthUsername): static
- Exclude checks
Missing function doc comment Open
Open
public function setSession(?Session $session): static
- Exclude checks
Missing function doc comment Open
Open
public function setActivityType(?string $activityType): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(type: Types::TEXT, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function getLrsAuthUsername(): ?string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(length: 255, nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getSession(): ?Session
- Exclude checks
Missing function doc comment Open
Open
public function setLaunchUrl(string $launchUrl): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function isAllowMultipleAttempts(): ?bool
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLrsAuthUsername(?string $lrsAuthUsername): static
- Exclude checks
Missing function doc comment Open
Open
public function setDescription(?string $description): static
- Exclude checks
Missing function doc comment Open
Open
public function setLrsUrl(?string $lrsUrl): static
- 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 setCourse(?Course $course): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setSession(?Session $session): static
- Exclude checks
Missing function doc comment Open
Open
public function getLaunchUrl(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAllowMultipleAttempts(bool $allowMultipleAttempts): static
- Exclude checks
Missing function doc comment Open
Open
public function addItem(XApiCmi5Item $item): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function addItem(XApiCmi5Item $item): static
- Exclude checks
Missing function doc comment Open
Open
public function removeItem(XApiCmi5Item $item): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function removeItem(XApiCmi5Item $item): static
- Exclude checks