Skip to content
Snippets Groups Projects
Commit c6cf761e authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove assertion no longer needed.

parent 8fd9c9a7
No related branches found
No related tags found
No related merge requests found
......@@ -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)');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment