Skip to content

Commit e5cb6bc

Browse files
committed
Add proper data type to \OneLogin_Saml2_LogoutResponse::getId
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 9718ec7 commit e5cb6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Saml2/LogoutResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function getError()
271271
}
272272

273273
/**
274-
* @return the ID of the Response
274+
* @return string the ID of the Response
275275
*/
276276
public function getId()
277277
{

0 commit comments

Comments
 (0)