Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function format($amount, $currency = null, $locale = null)
 {
     return $this->formatter->format($amount, $currency, $locale);
 }
Exemplo n.º 2
0
 public function format(float $amount, string $currency = null, string $locale = null) : string
 {
     return $this->formatter->format($amount, $currency, $locale);
 }