Cleaned code

This commit is contained in:
Francis Besset
2011-08-11 23:55:46 +02:00
parent b4f29373ba
commit a6f8ccbfd2
3 changed files with 15 additions and 15 deletions

View File

@ -101,11 +101,7 @@ class SoapWebServiceController extends ContainerAware
$this->soapRequest->getSoapHeaders()->add(
$this->serviceBinder->processServiceHeader($method, $arguments[0])
);
return;
}
if ($this->serviceBinder->isServiceMethod($method)) {
} elseif ($this->serviceBinder->isServiceMethod($method)) {
$this->soapRequest->attributes->add(
$this->serviceBinder->processServiceMethodArguments($method, $arguments)
);