Skip to content

Commit a73eaad

Browse files
committed
fix return until full pull request
1 parent 0f1d5d1 commit a73eaad

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"der",
2424
"binary",
2525
"encoding",
26-
"decoding"
26+
"decoding",
27+
"gost",
28+
"kalkan"
2729
],
2830
"repositories": [
2931
{

src/UnsignedAttributes.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Adapik\CMS\BasicOCSPResponse;
1414
use Adapik\CMS\CertificateList;
1515
use Adapik\CMS\Interfaces\CMSInterface;
16-
use Adapik\CMS\TimeStampToken;
1716
use Adapik\CMS\UnsignedAttribute;
1817
use FG\ASN1\Exception\Exception;
1918
use FG\ASN1\Exception\ParserException;
@@ -89,7 +88,7 @@ public function getRevocationValues()
8988
/**
9089
* @return TimeStampToken|CMSInterface|null
9190
*/
92-
public function getTimeStampToken(): ?TimeStampToken
91+
public function getTimeStampToken()
9392
{
9493
return $this->getAttributeAsInstance(TimeStampToken::class);
9594
}

0 commit comments

Comments
 (0)