diff --git a/lib/SimpleSAML/Auth/Default.php b/lib/SimpleSAML/Auth/Default.php index 2f0b9934c208f1b0845066835d048cac8e2d0278..c57070850e5def914bf879733c3b88bbac901136 100644 --- a/lib/SimpleSAML/Auth/Default.php +++ b/lib/SimpleSAML/Auth/Default.php @@ -147,10 +147,10 @@ class SimpleSAML_Auth_Default { * logging out. No checking is performed on the URL, so make sure to verify * it on beforehand if the URL is obtained from user input. Refer to * SimpleSAML_Utilities::checkURLAllowed() for more information. - * @param string|NULL $authority The authentication source we are logging + * @param string $authority The authentication source we are logging * out from. */ - public static function initLogoutReturn($returnURL) { + public static function initLogoutReturn($returnURL, $authority) { assert('is_string($returnURL)'); assert('is_string($authority)');