Skip to content

Commit

Permalink
Merge pull request #2 from krzysztofrewak/patch-1
Browse files Browse the repository at this point in the history
invalid docs fixed
  • Loading branch information
JackieDo authored May 30, 2022
2 parents e0faa1c + 5112175 commit 6e2b4d2
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 @@ -107,7 +107,7 @@ public function getConfig()
* @param DOMDocument|SimpleXMLElement|string $xml The XML to convert to an array
* @param array $config The configuration to use for the conversion
*
* @return array An array representation of the input XML
* @return static A Xml2Array instance
*/
public static function convert($xml, array $config = [])
{
Expand All @@ -121,7 +121,7 @@ public static function convert($xml, array $config = [])
*
* @param DOMDocument|SimpleXMLElement|string $inputXml The XML to convert to an array
*
* @return array An array representation of the input XML
* @return static A Xml2Array instance
*/
public function convertFrom($inputXml)
{
Expand Down

0 comments on commit 6e2b4d2

Please sign in to comment.