Skip to content

Commit 80c3656

Browse files
svenzikmrts
authored andcommitted
Remove old dangling comment
WE2-985 Signed-off-by: Sven Mitt <[email protected]>
1 parent 64c8d82 commit 80c3656

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)