Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit e5cb6bc

Browse files
committed
Add proper data type to \OneLogin_Saml2_LogoutResponse::getId
Signed-off-by: Lukas Reschke <[email protected]>
1 parent 9718ec7 commit e5cb6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)