You are here

public function Twig_Parser::popBlockStack in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Parser.php \Twig_Parser::popBlockStack()

File

vendor/Twig/Parser.php, line 225

Class

Twig_Parser
Default parser implementation.

Code

public function popBlockStack() {
  array_pop($this->blockStack);
}