Skip to content

Commit beabd07

Browse files
committed
Apply phpcs
1 parent 5781245 commit beabd07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Runtime/Value/JsonValuePrinter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function print(mixed $value): string
2222

2323
/**
2424
* @param int<0, max> $depth
25+
*
2526
* @return non-empty-string
2627
*/
2728
private function printMixed(mixed $value, int $depth): string
@@ -61,6 +62,7 @@ private function printOther(mixed $value): string
6162

6263
/**
6364
* @param resource $resource
65+
*
6466
* @return non-empty-string
6567
*/
6668
private function printResource(mixed $resource): string
@@ -116,6 +118,7 @@ private function printUnitEnum(\UnitEnum $case): string
116118

117119
/**
118120
* @param int<0, max> $depth
121+
*
119122
* @return non-empty-string
120123
*/
121124
private function printBackedEnum(\BackedEnum $case, int $depth): string

0 commit comments

Comments
 (0)