From 7b2f61127930bdf9c0acc9a8f6dfb8b4d87e120e Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Thu, 25 Oct 2018 17:31:29 +0200 Subject: [PATCH] Configuration > Default should be `null` --- integrations/symfony-full-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/symfony-full-configuration.rst b/integrations/symfony-full-configuration.rst index b18463d..dcf90ef 100644 --- a/integrations/symfony-full-configuration.rst +++ b/integrations/symfony-full-configuration.rst @@ -78,7 +78,7 @@ This page shows an example of all configuration values provided by the bundle. service: 'my_service' # Can not be used with "factory" or "config" flexible_client: false # Can only be true if http_methods_client is false http_methods_client: false # Can only be true if flexible_client is false - public: false # Set to true if you really cannot use dependency injection and need to make the client service public + public: null # Set to true if you really cannot use dependency injection and need to make the client service public config: # Options to the Guzzle 6 constructor timeout: 2