From 203c212f078c81acef687f0489cf3c137fb4d6ba Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 8 Mar 2019 16:32:07 +0100
Subject: [PATCH] Fix namespace

---
 lib/SimpleSAML/Error/AuthSource.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Error/AuthSource.php b/lib/SimpleSAML/Error/AuthSource.php
index 4b29f3e55..3f53115ec 100644
--- a/lib/SimpleSAML/Error/AuthSource.php
+++ b/lib/SimpleSAML/Error/AuthSource.php
@@ -30,7 +30,7 @@ class AuthSource extends Error
      *
      * @param string $authsource  Authsource module name from where this error was thrown.
      * @param string $reason  Description of the error.
-     * @param Exception|null $cause
+     * @param \Exception|null $cause
      */
     public function __construct($authsource, $reason, $cause = null)
     {
-- 
GitLab