Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Wsdl.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,8 @@ public function dump($filename = false)
if (!$filename) {
echo $this->toXML();
return true;
} else {
return file_put_contents($filename, $this->toXML());
}
return file_put_contents($filename, $this->toXML());
}

/**
Expand Down

0 comments on commit 1d51877

Please sign in to comment.