Skip to content

Commit 1a7c3a6

Browse files
committed
Process the pull request commit change request to change the return type in the documentation to match the types returned.
1 parent abb1f52 commit 1a7c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Utils
99
* @throws \InvalidArgumentException
1010
* @param string $string
1111
* @param bool $asDomDocument
12-
* @return \DOMDocument|null
12+
* @return \DOMDocument|string|null
1313
*/
1414
public static function getFormatedXml($string, $asDomDocument = false)
1515
{

0 commit comments

Comments
 (0)