Skip to content

Commit

Permalink
Merge pull request #242 from ruudk/patch-1
Browse files Browse the repository at this point in the history
Configuration > Default should be `null`
  • Loading branch information
dbu committed Oct 25, 2018
2 parents d20d1a6 + 7b2f611 commit 008f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/symfony-full-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 008f425

Please sign in to comment.