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 23a93ae commit 19c0ad8Copy full SHA for 19c0ad8
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