Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 82ecc36

Browse files
author
Asmir Mustafic
committed
Merge remote-tracking branch 'origin/master'
Conflicts: composer.json lib/Goetas/Xsd/XsdToPhp/Xsd2PhpBase.php
2 parents bf891d5 + b4a6aaf commit 82ecc36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Goetas/Xsd/XsdToPhp/Xsd2PhpBase.php

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ protected function uniqueTypes(\DOMDocument $dom)
125125
protected function loadXsd($src)
126126
{
127127
$ci = new DOMDocument();
128-
var_dump($src);
129128
if(!@$ci->load($src)){
130129
throw new \Exception("Can not load/find $src");
131130
}

0 commit comments

Comments
 (0)