Renamed client cache_wsdl option to cache_type

This commit is contained in:
Francis Besset
2011-09-04 12:24:51 +02:00
parent 2ea1704a1e
commit b1da32bc97
3 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@ class Configuration
->scalarNode('wsdl')
->isRequired()
->end()
->scalarNode('cache_wsdl')
->scalarNode('cache_type')
->validate()
->ifNotInArray($this->cacheTypes)
->thenInvalid(sprintf('The cache type has to be either %s', implode(', ', $this->cacheTypes)))