daikon-cqrs/money-interop

View on GitHub
src/ValueObject/Money.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Money has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class Money implements MoneyInterface
{
    protected ?PhpMoney $money;

    /** @param static $comparator */
Severity: Minor
Found in src/ValueObject/Money.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status