Wiktor Henc
Results
1
comments of
Wiktor Henc
What about a custom "static decoration"? Something like this: ``` final class DefaultMoney { public static function of( BigNumber|int|float|string $amount, ?Context $context = null, RoundingMode $roundingMode = RoundingMode::UNNECESSARY, ): Money...