8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Unrecognized options under Symfony 4 (Flex) #243

Closed stefandoorn closed 5 years ago

stefandoorn commented 5 years ago
Q A
Symfony version 4.1.7
Bundle version 7.4.0
In ArrayNode.php line 304:

  Unrecognized option "lazy" under "eight_points_guzzle.clients.client.options"            
  Unrecognized option "handler" under "eight_points_guzzle.clients.client.options"  
stefandoorn commented 5 years ago

I'm trying to figure out how to add 'optional' settings to a recipe, so it allows me to use them, without e.g. always defining a handler (which the bundle already sets a default anyway).

stefandoorn commented 5 years ago

Haha, indentation issue :-D