chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Repository/ResetPasswordRequestRepository.php

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(ManagerRegistry $registry)

Missing function doc comment
Open

    public function createResetPasswordRequest(object $user, DateTimeInterface $expiresAt, string $selector, string $hashedToken): ResetPasswordRequestInterface

There are no issues that match your filters.

Category
Status