Skip to content

Commit 319253e

Browse files
authored
Merge pull request #73 from imdhemy/fix-php-docbloc
[1.x] fix param type
2 parents c8483d3 + 08197bc commit 319253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jws/JwsVerifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface JwsVerifier
1010
/**
1111
* Verifies the JWS
1212
*
13-
* @param Jws $jws
13+
* @param JsonWebSignature $jws
1414
*
1515
* @return bool
1616
*/

0 commit comments

Comments
 (0)