src/CoreBundle/Entity/ResetPasswordRequest.php
The first parameter of a multi-line function declaration must be on the line after the opening bracket Open
Open
private ?object $user,
- Exclude checks
Missing function doc comment Open
Open
public function getUser(): object
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class ResetPasswordRequest implements ResetPasswordRequestInterface
- 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\Id]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToOne(targetEntity: User::class)]
- 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 __construct(
- Exclude checks
Missing function doc comment Open
Open
public function getId(): ?int
- 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: ResetPasswordRequestRepository::class)]
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private ?object $user,
- Exclude checks