Fixed typo
This commit is contained in:
parent
76e7f42ccb
commit
234689f4e5
|
@ -86,7 +86,7 @@ class WsdlDumper implements DumperInterface
|
|||
$dom->insertBefore($stylesheet, $dom->documentElement);
|
||||
}
|
||||
|
||||
return $wsdl->toXml();
|
||||
return $this->wsdl->toXml();
|
||||
}
|
||||
|
||||
protected function qualify($name, $namespace = null)
|
||||
|
|
Loading…
Reference in New Issue