@@ -81,7 +81,7 @@ |
||
81 | 81 | * @param \Jose\KeyConverter\RSAKey $key |
82 | 82 | * @param \Jose\Util\BigInteger $m |
83 | 83 | * |
84 | - * @return \Jose\Util\BigInteger|false |
|
84 | + * @return BigInteger |
|
85 | 85 | */ |
86 | 86 | private static function getRSAEP(RSAKey $key, BigInteger $m) |
87 | 87 | { |
@@ -364,7 +364,7 @@ |
||
364 | 364 | * @param string $url |
365 | 365 | * @param bool $allow_unsecured_connection |
366 | 366 | * @param \Psr\Cache\CacheItemPoolInterface|null $cache |
367 | - * @param int|null $ttl |
|
367 | + * @param integer $ttl |
|
368 | 368 | * |
369 | 369 | * @return array |
370 | 370 | */ |