20250204
This commit is contained in:
@@ -14,10 +14,10 @@ use function sprintf;
|
||||
/**
|
||||
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
|
||||
*/
|
||||
final readonly class Percentage
|
||||
final class Percentage
|
||||
{
|
||||
private float $fraction;
|
||||
private float $total;
|
||||
private readonly float $fraction;
|
||||
private readonly float $total;
|
||||
|
||||
public static function fromFractionAndTotal(float $fraction, float $total): self
|
||||
{
|
||||
|
Reference in New Issue
Block a user