giansalex/greenter

View on GitHub
packages/validator/src/Validator/Loader/v21/InvoiceLoader.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method load has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function load(ClassMetadata $metadata)
    {
        $metadata->addPropertyConstraints('tipoOperacion', [
            new Assert\NotBlank(),
        ]);
Severity: Major
Found in packages/validator/src/Validator/Loader/v21/InvoiceLoader.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status