parser->getStream(); $stream->expect(TwigToken::BLOCK_END_TYPE); return new StylesNode($token->getLine(), $this->getTag()); } /** * Gets the tag name associated with this token parser. * * @return string The tag name */ public function getTag() { return 'styles'; } }