api-platform / docs

API Platform documentation
https://api-platform.com/docs/
165 stars 1.07k forks source link

Update user.md update PasswordHasher code sample to fix syntax error #1958

Closed taophp closed 3 months ago

taophp commented 3 months ago

User|void generate this error Compile Error: Void can only be used as a standalone type with PHP 8.3 (at least). Removing void fix it.