src/CoreBundle/Entity/XApiExtensions.php
Missing function doc comment Open
Open
public function setExtensions(array $extensions): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class XApiExtensions
- 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]
- Exclude checks
Missing function doc comment Open
Open
public function getIdentifier(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setExtensions(array $extensions): static
- 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\Entity(repositoryClass: XApiExtensionsRepository::class)]
- 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 getExtensions(): array
- Exclude checks