Nouvelle méthode de validation des WSDL

This commit is contained in:
Teddy Cornaut 2019-10-10 15:20:59 -04:00
parent f0733bd671
commit 7ba9c4048c
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class WsdlDownloader
if (!$doc) {
$errors = libxml_get_errors();
dump($errors);
if (count($errors)) {
throw new \Exception('There is something wrong with the WSDL file formatting. The file can\'t be downloaded to be cached.');