Upgrade to Twig 3.0 (required for php8.4 support)

This commit is contained in:
2026-01-13 15:11:00 +00:00
parent 4f8c26fc66
commit 3e5e0be612
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ class HasRoleExtension extends AbstractExtension implements GlobalsInterface
]; ];
} }
public function getGlobals() public function getGlobals(): array
{ {
return []; return [];
} }

View File

@@ -53,7 +53,7 @@ class MobileDetectExtension extends AbstractExtension implements GlobalsInterfac
]; ];
} }
public function getGlobals() public function getGlobals(): array
{ {
return []; return [];
} }