Skip to content

Commit

Permalink
[bug] Change ping options to variablePrototype (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpastukh authored Sep 30, 2022
1 parent 5b16889 commit 8af79f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private static function createPingExtension(string $name, string $description):
->end()
->arrayNode('options')
->info('See HttpClientInterface::OPTIONS_DEFAULTS')
->scalarPrototype()->end()
->variablePrototype()->end()
->end()
->end()
;
Expand Down

0 comments on commit 8af79f7

Please sign in to comment.