daikon-cqrs/money-interop

View on GitHub
src/Validator/MoneyValidator.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method validate has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function validate($input): MoneyInterface
    {
        Assertion::string($input, 'Must be a string.');

        $settings = $this->getSettings();
Severity: Minor
Found in src/Validator/MoneyValidator.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status