phug-php/phug

View on GitHub
src/Phug/Lexer/Lexer/Scanner/CommentScanner.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method scan has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function scan(State $state)
    {
        $reader = $state->getReader();

        if (!$reader->peekString('//')) {
Severity: Minor
Found in src/Phug/Lexer/Lexer/Scanner/CommentScanner.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status