Skip to content

Commit 7b008bf

Browse files
committed
fixes to namespacing
1 parent fb9da09 commit 7b008bf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

LSS/Array2XML.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121
namespace LSS;
22+
use \DomDocument;
23+
use \Exception;
2224

2325
/**
2426
* Array2XML: A class to convert array in PHP to XML

LSS/XML2Array.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121
namespace LSS;
22+
use \DOMDocument;
23+
use \Exception;
2224

2325
/**
2426
* XML2Array: A class to convert XML to array in PHP

0 commit comments

Comments
 (0)