Skip to content

Commit 898c8b0

Browse files
mschadeggCopilot
andauthored
🔀 Update src/Attributes/Resources/Properties/ApiFormatting/FloatPrecision.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2621599 commit 898c8b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/Attributes/Resources/Properties/ApiFormatting/FloatPrecision.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function __construct(
1111
protected int $precision
1212
) {}
1313

14-
public function format($value): float
14+
public function format($value): mixed
1515
{
1616
if (! is_numeric($value)) {
1717
return $value;

0 commit comments

Comments
 (0)