Upgrade to Twig 3

This commit is contained in:
Jeremy Benoist
2022-12-15 12:32:16 +01:00
parent e62a9d05cc
commit 28abfe264a
10 changed files with 313 additions and 58 deletions

View File

@ -31,7 +31,7 @@ class WallabagExtension extends AbstractExtension implements GlobalsInterface
$this->rootDir = $rootDir;
}
public function getGlobals()
public function getGlobals(): array
{
return [];
}