phug-php/phug

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method renderDirectory has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function renderDirectory($path, $destination = null, $extension = '.html', array $parameters = [])
    {
        if (is_array($destination)) {
            $parameters = $destination;
            $destination = null;
Severity: Minor
Found in src/Phug/Renderer/Renderer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status