Fix merge conflict resolution

This commit is contained in:
Fabien Potencier
2026-06-11 07:59:29 +02:00
parent 04ace9dba0
commit 46a11071c2
+1 -1
View File
@@ -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