We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c8d82 commit 80c3656Copy full SHA for 80c3656
src/ocsp/OcspRequest.php
@@ -68,7 +68,6 @@ public function addNonceExtension(string $nonce): void
68
*/
69
public function getNonceExtension(): ?string
70
{
71
- // TODO: the ?? '' is here only for v1.0 API compatibility. Remove this in version 1.2 and change the return type to ?string.
72
return AsnUtil::decodeNonceExtension($this->ocspRequest["tbsRequest"]["requestExtensions"] ?? []);
73
}
74
0 commit comments