Skip to content

Commit 316ddf4

Browse files
Merge pull request #130 from yannickroger/fix-typing-parse-xml
Fixed typehint on Xml parser, parse method
2 parents 857b640 + 290d17d commit 316ddf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser/Xml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function parseString($config)
4646
/**
4747
* Completes parsing of XML data
4848
*
49-
* @param array $data
49+
* @param \SimpleXMLElement|null $data
5050
* @param string $filename
5151
*
5252
* @return array|null

0 commit comments

Comments
 (0)