You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#15153 docs(http-client): fix default retry_failed configuration example (KalleV)
This PR was merged into the 5.2 branch.
Discussion
----------
docs(http-client): fix default retry_failed configuration example
The framework bundle configuration validation requires the top-level http client retry_failed configuration to be nested under default_options or scoped_clients.
See: https://github.com/symfony/framework-bundle/blob/1f977bb1b790f915b22462e511b039fb761280b3/DependencyInjection/Configuration.php#L1414
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
f749e25 docs(http-client): fix default retry_failed configuration example
0 commit comments