mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-17 09:50:52 +00:00
Fix merge conflict resolution
This commit is contained in:
@@ -251,7 +251,7 @@ final class SandboxNodeVisitor implements NodeVisitorInterface
|
||||
return false;
|
||||
}
|
||||
|
||||
return self::isAlwaysAllowedInSandbox($test);
|
||||
return $test->isAlwaysAllowedInSandbox();
|
||||
}
|
||||
|
||||
private function isSandboxedFunctionAlwaysAllowedInSandbox(Environment $env, Node $node, string $name): bool
|
||||
|
||||
Reference in New Issue
Block a user