src/Curry/src/Renderer/ClosureRenderer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __toString has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __toString(): string
    {
        try {
            $id    = $this->getObjectId();
            $left  = $this->getLeftArguments() ?: '?';
Severity: Minor
Found in src/Curry/src/Renderer/ClosureRenderer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status