We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18edbeb + 80e7813 commit 95877a0Copy full SHA for 95877a0
composer.json
@@ -35,7 +35,7 @@
35
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
36
"nikic/php-parser": "^4.13",
37
"sebastian/diff": "^4.0 || ^5.0",
38
- "spatie/array-to-xml": "^2.17.0",
+ "spatie/array-to-xml": "^2.17.0 || ^3.0",
39
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
40
"symfony/filesystem": "^5.4 || ^6.0"
41
},
src/Psalm/Report/XmlReport.php
@@ -14,7 +14,7 @@ final class XmlReport extends Report
14
{
15
public function create(): string
16
17
- $xml = (string) ArrayToXml::convert(
+ $xml = ArrayToXml::convert(
18
[
19
'item' => array_map(
20
static function (IssueData $issue_data): array {
0 commit comments