mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
fixed typo
This commit is contained in:
@@ -89,7 +89,7 @@ class SecurityPolicy implements SecurityPolicyInterface
|
||||
public function checkMethodAllowed($obj, $method)
|
||||
{
|
||||
if ($obj instanceof \Twig_TemplateInterface || $obj instanceof Markup) {
|
||||
return true;
|
||||
return;
|
||||
}
|
||||
|
||||
$allowed = false;
|
||||
|
||||
Reference in New Issue
Block a user