phug-php/phug

View on GitHub
src/Phug/Renderer/Renderer/Partial/AdapterTrait.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method callAdapter has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function callAdapter($method, $path, $input, callable $getSource, array $parameters)
    {
        $source = '';

        $this->getCompiler()->reset();
Severity: Minor
Found in src/Phug/Renderer/Renderer/Partial/AdapterTrait.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status