From 31f7c78436bdd6a53a0d06a08f826fd0d2f13c9e 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 83cb7658f..41567c5f5 100644
--- a/lib/SimpleSAML/XHTML/Template.php
+++ b/lib/SimpleSAML/XHTML/Template.php
@@ -26,6 +26,10 @@ use Twig\TwigFilter;
 use Twig\TwigFunction;
 use Webmozart\Assert\Assert;
 
+/**
+ * The content-property is set upstream, but this is not recognized by Psalm
+ * @psalm-suppress PropertyNotSetInConstructor
+ */
 class Template extends Response
 {
     /**
-- 
GitLab