summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/SimpleSAML/Auth/Source.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php
index b47f53a..3058e81 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)');