Skip to content

Commit 46a1107

Browse files
committed
Fix merge conflict resolution
1 parent 04ace9d commit 46a1107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NodeVisitor/SandboxNodeVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private function isTestAlwaysAllowedInSandbox(Environment $env, TestExpression $
251251
return false;
252252
}
253253

254-
return self::isAlwaysAllowedInSandbox($test);
254+
return $test->isAlwaysAllowedInSandbox();
255255
}
256256

257257
private function isSandboxedFunctionAlwaysAllowedInSandbox(Environment $env, Node $node, string $name): bool

0 commit comments

Comments
 (0)