Skip to content

Commit fcb3cc2

Browse files
qschmickgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8c0e593 commit fcb3cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DTOs/eBay/eBayResultContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(
1717
public readonly float $price,
1818
public readonly string $title,
1919
public readonly string $currency,
20-
public readonly float|null $old_price,
20+
public readonly ?float $old_price,
2121
public readonly string $description,
2222
public readonly bool $availability,
2323
public readonly int $parse_status_code,

0 commit comments

Comments
 (0)