pug-php/ci-pug

View on GitHub
Jade/Lexer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method nextToken has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function nextToken()
    {
        if ($token = $this->deferred()) {
            return $token;
        }
Severity: Minor
Found in Jade/Lexer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status