biurad/php-templating

View on GitHub
src/Exceptions/ParserException.php

Summary

Maintainability
A
45 mins
Test Coverage
F
0%

Method forTagWithParent has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function forTagWithParent(string $tagName, ?string $attrName = null, ?string $parent = null, bool $first = false, bool $void = false, bool $voidAttr = false): self
Severity: Minor
Found in src/Exceptions/ParserException.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status