giansalex/greenter

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function create(): ?DocumentInterface
    {
        $invoice = new Invoice();
        $invoice
            ->setUblVersion('2.1')
Severity: Minor
Found in packages/data/src/Data/Generator/InvoiceDiscountStore.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status