Fixed typo

This commit is contained in:
Francis Besset 2011-07-17 19:41:06 +02:00
parent 76e7f42ccb
commit 234689f4e5
1 changed files with 1 additions and 1 deletions

View File

@ -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)