giansalex/peru-consult

View on GitHub
src/Peru/Sunat/Async/Ruc.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get(string $ruc): PromiseInterface
    {
        return $this->client
            ->getAsync(Endpoints::CONSULT)
            ->then(function () {
Severity: Minor
Found in src/Peru/Sunat/Async/Ruc.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status