Closed
Description
In Security chapiter (https://symfony.com/doc/current/security.html) Registering the User: Hashing Passwords section, the doc says to use $passwordHasher->hash();
wich doesn't exist. The method is $passwordHasher->hashPassword();