dothiv/DothivMoneyFormatBundle

View on GitHub

Showing 2 of 2 total issues

Avoid too many return statements within this method.
Open

                return sprintf('%s%s', $symbol, $this->numberFormat->format($value, $locale));
Severity: Major
Found in Service/MoneyFormatService.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                        return sprintf('%s%d¢', $symbol, $this->numberFormat->decimalFormat($value * 100, $locale));
    Severity: Major
    Found in Service/MoneyFormatService.php - About 30 mins to fix
      Severity
      Category
      Status
      Source
      Language