correction phpstan
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
This commit is contained in:
parent
341a1ecd87
commit
b5de7ee873
@ -23,7 +23,7 @@ DSN_REMOTE_DATABASE="pgsql:host='postgres';port=5432;dbname=lasql"
|
|||||||
APP_LOCALES="fr,en"
|
APP_LOCALES="fr,en"
|
||||||
HASH_ALGO_LEGACY="sha256, bcrypt"
|
HASH_ALGO_LEGACY="sha256, bcrypt"
|
||||||
SECURITY_PATTERN="password,salt,pepper"
|
SECURITY_PATTERN="password,salt,pepper"
|
||||||
REDIS_DSN="redis://redis:6379
|
REDIS_DSN="redis://redis:6379"
|
||||||
PEPPER=
|
PEPPER=
|
||||||
```
|
```
|
||||||
### Algorithmes de hashage compatibles
|
### Algorithmes de hashage compatibles
|
||||||
|
@ -76,9 +76,6 @@ class PasswordEncoder implements LegacyPasswordHasherInterface
|
|||||||
/**
|
/**
|
||||||
* Retourne la string à hasher en fonction du pattern indiqué
|
* Retourne la string à hasher en fonction du pattern indiqué
|
||||||
*
|
*
|
||||||
* @param mixed $plainTextPassword
|
|
||||||
* @param mixed $salt
|
|
||||||
*
|
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getPasswordToHash($plainTextPassword, $salt)
|
protected function getPasswordToHash($plainTextPassword, $salt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user