Skip to content

Commit c5d7c63

Browse files
committed
fix lint
1 parent 83cdaab commit c5d7c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BodyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testSerializeWithMaxNestingDepth(): void
5959
// Create deeply nested array that would cause memory issues
6060
$deepArray = array('level1' => array('level2' => array('level3' => array('level4' => 'deep_value'))));
6161

62-
// Test without depth limit - should serialize completely
62+
// Test without depth limit - should serialize completely
6363
$bodyNoLimit = new Body($value, array('deep' => $deepArray), null, -1);
6464
$resultNoLimit = $bodyNoLimit->serialize();
6565

0 commit comments

Comments
 (0)