pug-php/js-phpize

View on GitHub
src/JsPhpize/Lexer/Token.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Line exceeds 120 characters; contains 157 characters
Open

        return $this->isAssignation() || $this->isComparison() || $this->isArithmetic() || $this->isBinary() || $this->isLogical() || $this->isVarOperator();
Severity: Minor
Found in src/JsPhpize/Lexer/Token.php by phpcodesniffer

There are no issues that match your filters.

Category
Status