maj: suppression commentaire inutile
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-01-05 11:31:29 +01:00
parent 422e97d329
commit b8fb01da5c
3 changed files with 2 additions and 7 deletions

View File

@ -27,7 +27,7 @@ class PasswordEncoder implements LegacyPasswordHasherInterface
}
/**
* Pas utilisé
* Pas utilisé, mais on doit le garder pour le implements
*/
public function hash(string $plainPassword, string $salt = null): string
{