public function addEndOfLineToSkippedTokens() : void { $this->skippedTokenTypes = [ Lexer::TOKEN_HORIZONTAL_WS, Lexer::TOKEN_PHPDOC_EOL, ]; }