From 4b9201f960278f061768d035a78a0130e6a0ee9c Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 13 May 2020 23:31:50 +0200 Subject: [PATCH] Fix PropertyNotSetInConstructor --- lib/SimpleSAML/XHTML/Template.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index e691c2af8..600f9c364 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -25,6 +25,10 @@ use Twig\Loader\FilesystemLoader; use Twig\TwigFilter; use Twig\TwigFunction; +/** + * The content-property is set upstream, but this is not recognized by Psalm + * @psalm-suppress PropertyNotSetInConstructor + */ class Template extends Response { /** -- GitLab