Skip to content

Commit

Permalink
Merge branch '5.2' into 5.3
Browse files Browse the repository at this point in the history
* 5.2:
  Fix CS in README files
  Fix markdown
  [HttpKernel] Fixes tests for PHP7.4+
  [Filesystem] fix readlink for Windows
  • Loading branch information
nicolas-grekas committed May 26, 2021
1 parent fd127dd commit d487fae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $passwordHasher->verify($hash, 'plain'); // returns true (valid)
Resources
---------

* [Documentation](https://symfony.com/doc/current/password-hasher.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)
* [Documentation](https://symfony.com/doc/current/password-hasher.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)

0 comments on commit d487fae

Please sign in to comment.