Skip to content

Commit 88b2f38

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent dee99b2 commit 88b2f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ArrayToXmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
'_comment2' => '',
196196
'weapon' => 'Pencil',
197197
'_comment_deaths' => 0,
198-
'lives' => 'more than 9 lives'
198+
'lives' => 'more than 9 lives',
199199
];
200200

201201
assertMatchesSnapshot(ArrayToXml::convert($withAttributes, domProperties: ['formatOutput' => true]));

0 commit comments

Comments
 (0)