[SoapBundle] Cleaned configuration

This commit is contained in:
Francis Besset
2013-07-23 15:05:57 +02:00
parent e765ea746e
commit 5aefca6be7
3 changed files with 1 additions and 15 deletions

View File

@ -133,7 +133,7 @@ class ServiceDefinition
return isset($this->complexTypes[$type]);
}
public function addDefinitionComplexType($type, $definition)
public function addDefinitionComplexType($type, array $definition)
{
if ($this->hasDefinitionComplexType($type)) {
return false;