netglue/ZF2-Money-Module

View on GitHub
src/NetglueMoney/Money/Currency.php

Summary

Maintainability
D
3 days
Test Coverage
A
100%

File Currency.php has 1161 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
declare(strict_types=1);

/**
 * Money
Severity: Major
Found in src/NetglueMoney/Money/Currency.php - About 2 days to fix

    Method addCurrency has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            string $code,
            string $displayName,
            int $numericCode,
            int $defaultFractionDigits,
            int $subUnit
    Severity: Minor
    Found in src/NetglueMoney/Money/Currency.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status