From c6cf761ea9f5d29abfe2cca597402c6f5c764e06 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Tue, 25 Aug 2015 14:52:09 +0200
Subject: [PATCH] Remove assertion no longer needed.

---
 lib/SimpleSAML/Auth/Source.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php
index b47f53aff..3058e8101 100644
--- a/lib/SimpleSAML/Auth/Source.php
+++ b/lib/SimpleSAML/Auth/Source.php
@@ -162,7 +162,6 @@ abstract class SimpleSAML_Auth_Source
      */
     public function initLogin($return, $errorURL = null, array $params = array())
     {
-        assert('is_string($authId)');
         assert('is_string($return) || is_array($return)');
         assert('is_string($errorURL) || is_null($errorURL)');
 
-- 
GitLab