Skip to content

Commit

Permalink
Update Xml2Array.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieDo committed Mar 17, 2022
1 parent 3f4d947 commit 1feda7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Xml2Array.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ class Xml2Array
/**
* The name of the XML attribute that indicates a namespace definition.
*/
public const ATTRIBUTE_NAMESPACE = 'xmlns';
const ATTRIBUTE_NAMESPACE = 'xmlns';

/**
* The string that separates the namespace attribute from the prefix for the namespace.
*/
public const ATTRIBUTE_NAMESPACE_SEPARATOR = ':';
const ATTRIBUTE_NAMESPACE_SEPARATOR = ':';

/**
* The configuration of the current instance.
Expand Down

0 comments on commit 1feda7a

Please sign in to comment.