Searched refs:closingBrackets (Results 1 – 1 of 1) sorted by relevance
41 private array $closingBrackets = ['}', ')', ']']; variable in Twig\\Lexer580 } elseif (\in_array($code, $this->closingBrackets, true)) {587 if ($code !== str_replace($this->openingBrackets, $this->closingBrackets, $expect)) {