From 4ef76dd236bc2d71ec449c2320bfff0a3397d328 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Fri, 24 May 2019 20:10:57 +0200 Subject: [PATCH] Externalize authorize --- templates/authorize_403.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authorize_403.php b/templates/authorize_403.php index f9481d4..dd22264 100644 --- a/templates/authorize_403.php +++ b/templates/authorize_403.php @@ -9,7 +9,7 @@ * @package SimpleSAMLphp */ -/** @psalm-suppress InvalidScope */ +/** @var \SimpleSAML\XHTML\Template $this */ $translator = $this->getTranslator(); $this->data['403_header'] = $translator->t('{authorize:Authorize:403_header}');