Skip to content

Commit 17281f6

Browse files
committed
fix: style
1 parent 1def294 commit 17281f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Utils/Test/src/Fluent/SpanAssertion.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ private function formatValue($value): string
595595
return 'null';
596596
} elseif (is_array($value)) {
597597
$json = json_encode($value);
598+
598599
return $json === false ? '[unable to encode]' : $json;
599600
}
600601

0 commit comments

Comments
 (0)