Applied automated coding standard fixes

This commit is contained in:
Chris Kankiewicz
2021-11-17 11:02:14 -07:00
parent 21a36aac7d
commit 9e555ba424

View File

@@ -41,7 +41,7 @@ class TwigFactory
$core->setTimezone($this->config->get('timezone'));
foreach ($this->config->get('view_functions') as $function) {
/** @var ViewFunction&Callable $function */
/** @var ViewFunction&callable $function */
$function = $this->callableResolver->resolve($function);
$twig->getEnvironment()->addFunction(