Skip to content

Commit d487fae

Browse files
Merge branch '5.2' into 5.3
* 5.2: Fix CS in README files Fix markdown [HttpKernel] Fixes tests for PHP7.4+ [Filesystem] fix readlink for Windows
1 parent fd127dd commit d487fae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

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

0 commit comments

Comments
 (0)