Skip to content

Commit fa3ef22

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: fixed a typo in the upgrade guide [Mime] Update mime types [Security] Avoid extra warning when preloading file when EL is not installed [PasswordHasher] Fix documentation link [HttpKernel] Backport type declaration fixes Run PHP 8.1 CI with all extensions
2 parents 93b9515 + 0f2ca6e commit fa3ef22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $passwordHasher->verify($hash, 'plain'); // returns true (valid)
3333
Resources
3434
---------
3535

36-
* [Documentation](https://symfony.com/doc/current/password-hasher.html)
36+
* [Documentation](https://symfony.com/doc/current/security.html#c-hashing-passwords)
3737
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
3838
* [Report issues](https://github.com/symfony/symfony/issues) and
3939
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)