Skip to content

Commit cc0e5c1

Browse files
committed
Add proper return value annotations for \OneLogin_Saml2_Response::getId and \OneLogin_Saml2_Response::getAssertionId
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent f432eb5 commit cc0e5c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Saml2/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public function isValid($requestId = null)
409409
}
410410

411411
/**
412-
* @return the ID of the Response
412+
* @return string|null the ID of the Response
413413
*/
414414
public function getId()
415415
{
@@ -421,7 +421,7 @@ public function getId()
421421
}
422422

423423
/**
424-
* @return the ID of the assertion in the Response
424+
* @return string|null the ID of the assertion in the Response
425425
*/
426426
public function getAssertionId()
427427
{

0 commit comments

Comments
 (0)