Skip to content

Commit 95877a0

Browse files
authored
Merge pull request #9331 from gharlan/arraytoxml
2 parents 18edbeb + 80e7813 commit 95877a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
3636
"nikic/php-parser": "^4.13",
3737
"sebastian/diff": "^4.0 || ^5.0",
38-
"spatie/array-to-xml": "^2.17.0",
38+
"spatie/array-to-xml": "^2.17.0 || ^3.0",
3939
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
4040
"symfony/filesystem": "^5.4 || ^6.0"
4141
},

src/Psalm/Report/XmlReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class XmlReport extends Report
1414
{
1515
public function create(): string
1616
{
17-
$xml = (string) ArrayToXml::convert(
17+
$xml = ArrayToXml::convert(
1818
[
1919
'item' => array_map(
2020
static function (IssueData $issue_data): array {

0 commit comments

Comments
 (0)