From a7bdfcd1dc5f34e38daa9ebabe3081a87a3f95e3 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Wed, 20 Mar 2019 20:34:28 +0100
Subject: [PATCH] Update TemplateControllerInterface.php

---
 lib/SimpleSAML/XHTML/TemplateControllerInterface.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/XHTML/TemplateControllerInterface.php b/lib/SimpleSAML/XHTML/TemplateControllerInterface.php
index 8d6f4e733..082320b23 100644
--- a/lib/SimpleSAML/XHTML/TemplateControllerInterface.php
+++ b/lib/SimpleSAML/XHTML/TemplateControllerInterface.php
@@ -13,11 +13,11 @@ interface TemplateControllerInterface
     /**
      * Implement to modify the twig environment after its initialization (e.g. add filters or extensions).
      *
-     * @param \Twig_Environment $twig The current twig environment.
+     * @param \Twig\Environment $twig The current twig environment.
      *
      * @return void
      */
-    public function setUpTwig(\Twig_Environment &$twig);
+    public function setUpTwig(\Twig\Environment &$twig);
 
 
     /**
-- 
GitLab