From 7ba9c4048c46d240956084909efce9708df52141 Mon Sep 17 00:00:00 2001 From: Teddy Cornaut Date: Thu, 10 Oct 2019 15:20:59 -0400 Subject: [PATCH] =?UTF-8?q?Nouvelle=20m=C3=A9thode=20de=20validation=20des?= =?UTF-8?q?=20WSDL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BeSimple/SoapClient/WsdlDownloader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BeSimple/SoapClient/WsdlDownloader.php b/src/BeSimple/SoapClient/WsdlDownloader.php index c41f636..3913653 100644 --- a/src/BeSimple/SoapClient/WsdlDownloader.php +++ b/src/BeSimple/SoapClient/WsdlDownloader.php @@ -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.');