summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Auth/Source.php
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2015-08-25 14:52:09 +0200
committerJaime Perez Crespo <jaime.perez@uninett.no>2015-08-25 14:52:09 +0200
commitc6cf761ea9f5d29abfe2cca597402c6f5c764e06 (patch)
treeee3803470620170d36969143708c038d0a4b8605 /lib/SimpleSAML/Auth/Source.php
parent8fd9c9a75bc93d675bebbb20822693f311bb63e3 (diff)
downloadsimplesamlphp-c6cf761ea9f5d29abfe2cca597402c6f5c764e06.zip
simplesamlphp-c6cf761ea9f5d29abfe2cca597402c6f5c764e06.tar.gz
simplesamlphp-c6cf761ea9f5d29abfe2cca597402c6f5c764e06.tar.bz2
Remove assertion no longer needed.
Diffstat (limited to 'lib/SimpleSAML/Auth/Source.php')
-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)');