daikon-cqrs/validize

View on GitHub
src/Validator/TextMapValidator.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): TextMap
    {
        Assertion::isArray($input, 'Must be an array.');

        $path = $this->getPath();
Severity: Minor
Found in src/Validator/TextMapValidator.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status