We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0faa1c + 5112175 commit 6e2b4d2Copy full SHA for 6e2b4d2
1 file changed
src/Xml2Array.php
@@ -107,7 +107,7 @@ public function getConfig()
107
* @param DOMDocument|SimpleXMLElement|string $xml The XML to convert to an array
108
* @param array $config The configuration to use for the conversion
109
*
110
- * @return array An array representation of the input XML
+ * @return static A Xml2Array instance
111
*/
112
public static function convert($xml, array $config = [])
113
{
@@ -121,7 +121,7 @@ public static function convert($xml, array $config = [])
121
122
* @param DOMDocument|SimpleXMLElement|string $inputXml The XML to convert to an array
123
124
125
126
public function convertFrom($inputXml)
127
0 commit comments