mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
fixed CS
This commit is contained in:
+1
-1
@@ -337,7 +337,7 @@ class Parser implements \Twig_ParserInterface
|
||||
if (null !== $this->peekBlockStack()) {
|
||||
foreach ($this->importedSymbols as $functions) {
|
||||
if (isset($functions[$type][$alias])) {
|
||||
if (count($this->blockStack) > 1) {
|
||||
if (\count($this->blockStack) > 1) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user