From d50ea9daf079c415ca368ac318a9f88e324c8b9b Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 29 Dec 2017 14:29:40 +0100
Subject: [PATCH] Missing use-statement

---
 modules/saml/lib/IdP/SAML2.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php
index 384e7806c..fbd6ec2f0 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -1,6 +1,7 @@
 <?php
 
 use RobRichards\XMLSecLibs\XMLSecurityKey;
+use SAML2\SOAP;
 
 /**
  * IdP implementation for SAML 2.0 protocol.
@@ -307,6 +308,7 @@ class sspmod_saml_IdP_SAML2
             $extensions = null;
             $allowCreate = true;
             $authnContext = null;
+            $binding = null;
 
             $idpInit = true;
 
-- 
GitLab