Skip to content

Commit 81f032d

Browse files
wanxiangchwngfabpot
authored andcommitted
chore: fix some typos
Signed-off-by: wanxiangchwng <[email protected]>
1 parent 5fff3ab commit 81f032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Encoder/XmlEncoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static function validEncodeProvider(): iterable
149149
],
150150
];
151151

152-
yield 'encode remvoing empty tags' => [
152+
yield 'encode removing empty tags' => [
153153
'<?xml version="1.0"?>'."\n".
154154
'<response><person><firstname>Peter</firstname></person></response>'."\n",
155155
['person' => ['firstname' => 'Peter', 'lastname' => null]],

0 commit comments

Comments
 (0)