Get basic bundle configuration working for SoapClient with Symfony 3.x.

This commit is contained in:
Tim Mirecki
2018-01-18 11:40:02 -05:00
parent 073028f160
commit 69a7005c35
7 changed files with 118 additions and 70 deletions

View File

@ -64,6 +64,10 @@ class Configuration
->thenInvalid(sprintf('The cache type has to be either %s', implode(', ', $this->cacheTypes)))
->end()
->end()
->scalarNode('version')->defaultNull()->end()
->scalarNode('encoding')->defaultNull()->end()
->scalarNode('keepalive')->defaultNull()->end()
->scalarNode('file')->defaultNull()->end()
->scalarNode('lifetime')->defaultNull()->end()
->scalarNode('limit')->defaultNull()->end()
->end()