mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-19 12:22:00 +02:00
Applied automated coding standard fixes
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user