Skip to content

Commit 6f2b4bf

Browse files
committed
Add missing throw tag to \OneLogin_Saml2_Response::getIssuers
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 4114b66 commit 6f2b4bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Saml2/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ public function getAudiences()
525525
* Gets the Issuers (from Response and Assertion).
526526
*
527527
* @return array @issuers The issuers of the assertion/response
528+
* @throws OneLogin_Saml2_ValidationError
528529
*/
529530
public function getIssuers()
530531
{

0 commit comments

Comments
 (0)