alignment of parens

This commit is contained in:
Andy Miller
2018-05-09 22:43:26 -06:00
parent a977023e45
commit 2c7d866724

View File

@@ -1056,7 +1056,7 @@ class TwigExtension extends \Twig_Extension implements \Twig_Extension_GlobalsIn
if (file_exists($filepath)) {
return file_get_contents($filepath);
}
}
return false;
}