Skip to content

Commit 5f7ed3d

Browse files
author
Florent Morselli
committed
Merge branch 'master' of https://github.com/Spomky-Labs/jose
2 parents 9980ec4 + f884159 commit 5f7ed3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/KeyConverter/RSAKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function toPEM()
222222
}
223223

224224
/**
225-
* @param $data
225+
* @param string $data
226226
*
227227
* @throws \Exception
228228
* @throws \FG\ASN1\Exception\ParserException

src/Util/BigInteger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private function __construct($value, $base)
4040
}
4141

4242
/**
43-
* @param \GMP $value
43+
* @param resource $value
4444
*
4545
* @return \Jose\Util\BigInteger
4646
*/

0 commit comments

Comments
 (0)