????
Current Path : /home/thenclexdoctor.com/.trash/vendor/moneyphp/money/src/ |
Current File : /home/thenclexdoctor.com/.trash/vendor/moneyphp/money/src/MoneyFormatter.php |
<?php declare(strict_types=1); namespace Money; /** * Formats Money objects. */ interface MoneyFormatter { /** * Formats a Money object as string. * * @psalm-return non-empty-string * * Exception\FormatterException */ public function format(Money $money): string; }
Sorry, this page is not available...