Skip to content

Commit

Permalink
Merge branch '6.1' into 6.2
Browse files Browse the repository at this point in the history
* 6.1:
  Typos In Comments
  typo s/retrieveing/retrieving
  Typos on 6.0 branch
  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 d841a01 + b5a46ec commit af91560
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 af91560

Please sign in to comment.