We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cdaab commit c5d7c63Copy full SHA for c5d7c63
tests/BodyTest.php
@@ -59,7 +59,7 @@ public function testSerializeWithMaxNestingDepth(): void
59
// Create deeply nested array that would cause memory issues
60
$deepArray = array('level1' => array('level2' => array('level3' => array('level4' => 'deep_value'))));
61
62
- // Test without depth limit - should serialize completely
+ // Test without depth limit - should serialize completely
63
$bodyNoLimit = new Body($value, array('deep' => $deepArray), null, -1);
64
$resultNoLimit = $bodyNoLimit->serialize();
65
0 commit comments