fixed typo

This commit is contained in:
Fabien Potencier
2019-03-19 14:07:27 +01:00
parent 931a8b5cdf
commit f0efbc5b20
+1 -1
View File
@@ -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;