Code formating changes
This commit is contained in:
parent
5b4f19d032
commit
2a82f02db3
@ -194,7 +194,7 @@ class WsdlDownloader
|
|||||||
if ($this->isRemoteFile($schemaLocation)) {
|
if ($this->isRemoteFile($schemaLocation)) {
|
||||||
$schemaLocation = $this->download($schemaLocation);
|
$schemaLocation = $this->download($schemaLocation);
|
||||||
$node->setAttribute('schemaLocation', $schemaLocation);
|
$node->setAttribute('schemaLocation', $schemaLocation);
|
||||||
} elseif (!is_null($parentFile)) {
|
} elseif (null !== $parentFile) {
|
||||||
$schemaLocation = $this->resolveRelativePathInUrl($parentFile, $schemaLocation);
|
$schemaLocation = $this->resolveRelativePathInUrl($parentFile, $schemaLocation);
|
||||||
$schemaLocation = $this->download($schemaLocation);
|
$schemaLocation = $this->download($schemaLocation);
|
||||||
$node->setAttribute('schemaLocation', $schemaLocation);
|
$node->setAttribute('schemaLocation', $schemaLocation);
|
||||||
|
Loading…
Reference in New Issue
Block a user