Example #1
0
 /**
  * @inheritdoc
  */
 public function changeCurrencyCode(CurrencyInterface $currency, $code)
 {
     $currency->setCode($code);
 }