mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-14 09:40:15 +00:00
fix remaining psalm issues
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
473ddbfcee
commit
5dd2048500
6 changed files with 9 additions and 36 deletions
|
|
@ -7,6 +7,7 @@ use Twig\TwigFunction;
|
|||
|
||||
class ClassExtension extends TwigExtension
|
||||
{
|
||||
#[\Override]
|
||||
public function getFunctions() : array
|
||||
{
|
||||
return array(
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ class CsrfExtension extends AbstractExtension implements GlobalsInterface {
|
|||
) {
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
public function getGlobals() : array
|
||||
{
|
||||
// CSRF token name and value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue