Skip to content

Commit 6e2b4d2

Browse files
authored
Merge pull request #2 from krzysztofrewak/patch-1
invalid docs fixed
2 parents e0faa1c + 5112175 commit 6e2b4d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Xml2Array.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function getConfig()
107107
* @param DOMDocument|SimpleXMLElement|string $xml The XML to convert to an array
108108
* @param array $config The configuration to use for the conversion
109109
*
110-
* @return array An array representation of the input XML
110+
* @return static A Xml2Array instance
111111
*/
112112
public static function convert($xml, array $config = [])
113113
{
@@ -121,7 +121,7 @@ public static function convert($xml, array $config = [])
121121
*
122122
* @param DOMDocument|SimpleXMLElement|string $inputXml The XML to convert to an array
123123
*
124-
* @return array An array representation of the input XML
124+
* @return static A Xml2Array instance
125125
*/
126126
public function convertFrom($inputXml)
127127
{

0 commit comments

Comments
 (0)