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 5781245 commit beabd07Copy full SHA for beabd07
src/Runtime/Value/JsonValuePrinter.php
@@ -22,6 +22,7 @@ public function print(mixed $value): string
22
23
/**
24
* @param int<0, max> $depth
25
+ *
26
* @return non-empty-string
27
*/
28
private function printMixed(mixed $value, int $depth): string
@@ -61,6 +62,7 @@ private function printOther(mixed $value): string
61
62
63
64
* @param resource $resource
65
66
67
68
private function printResource(mixed $resource): string
@@ -116,6 +118,7 @@ private function printUnitEnum(\UnitEnum $case): string
116
118
117
119
120
121
122
123
124
private function printBackedEnum(\BackedEnum $case, int $depth): string
0 commit comments