src/Phug/Lexer/Lexer.php
Method lex
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function lex($input, $path = null)
{
$stateClassName = $this->getOption('lexer_state_class_name');
$lexEvent = new LexEvent($input, $path, $stateClassName, [
'encoding' => $this->getOption('encoding'),