Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  Typos In Comments
  remove duplicated catch block
  s/<\br>/<br>
  [HttpClient] Fix retrying requests when the content is used by the strategy
  • Loading branch information
fabpot committed Oct 28, 2022
2 parents bf2c77c + 3ef5e02 commit 5f9f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixtures/DockBlockFallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

/**
* PhpDocExtractor should fallback from property -> accessor -> mutator when looking up dockblocks.
* PhpDocExtractor should fallback from property -> accessor -> mutator when looking up docblocks.
*
* @author Martin Rademacher <mano@radebatz.net>
*/
Expand Down

0 comments on commit 5f9f1e5

Please sign in to comment.