From 8af79f77ac886b66c5b4c9ddceb3e64fce32b519 Mon Sep 17 00:00:00 2001 From: bpastukh Date: Fri, 30 Sep 2022 20:09:29 +0300 Subject: [PATCH] [bug] Change ping options to variablePrototype (#70) --- src/DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index f78ef5f..bd1abf3 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -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() ;