We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1d5d1 commit a73eaadCopy full SHA for a73eaad
2 files changed
composer.json
@@ -23,7 +23,9 @@
23
"der",
24
"binary",
25
"encoding",
26
- "decoding"
+ "decoding",
27
+ "gost",
28
+ "kalkan"
29
],
30
"repositories": [
31
{
src/UnsignedAttributes.php
@@ -13,7 +13,6 @@
13
use Adapik\CMS\BasicOCSPResponse;
14
use Adapik\CMS\CertificateList;
15
use Adapik\CMS\Interfaces\CMSInterface;
16
-use Adapik\CMS\TimeStampToken;
17
use Adapik\CMS\UnsignedAttribute;
18
use FG\ASN1\Exception\Exception;
19
use FG\ASN1\Exception\ParserException;
@@ -89,7 +88,7 @@ public function getRevocationValues()
89
88
/**
90
* @return TimeStampToken|CMSInterface|null
91
*/
92
- public function getTimeStampToken(): ?TimeStampToken
+ public function getTimeStampToken()
93
94
return $this->getAttributeAsInstance(TimeStampToken::class);
95
}
0 commit comments