mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 12:37:15 +00:00
Fix CS
This commit is contained in:
@@ -188,6 +188,7 @@ final class EscaperNodeVisitor implements NodeVisitorInterface
|
||||
if (\count($this->statusStack)) {
|
||||
return $this->statusStack[\count($this->statusStack) - 1];
|
||||
}
|
||||
|
||||
return $this->defaultStrategy ? $this->defaultStrategy : false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user