giansalex/greenter

View on GitHub
packages/data/src/Data/Generator/InvoiceFullStore.php

Summary

Maintainability
C
7 hrs
Test Coverage

Method create has 178 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function create(): ?DocumentInterface
    {
        $invoice = new Invoice();
        $invoice
            ->setFecVencimiento(new DateTime())
Severity: Major
Found in packages/data/src/Data/Generator/InvoiceFullStore.php - About 7 hrs to fix

    There are no issues that match your filters.

    Category
    Status