Skip to content

Commit 19c0ad8

Browse files
committed
Remove old dangling comment
WE2-985 Signed-off-by: Sven Mitt <[email protected]>
1 parent 23a93ae commit 19c0ad8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ocsp/OcspRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public function addNonceExtension(string $nonce): void
6868
*/
6969
public function getNonceExtension(): ?string
7070
{
71-
// TODO: the ?? '' is here only for v1.0 API compatibility. Remove this in version 1.2 and change the return type to ?string.
7271
return AsnUtil::decodeNonceExtension($this->ocspRequest["tbsRequest"]["requestExtensions"] ?? []);
7372
}
7473

0 commit comments

Comments
 (0)