Skip to content

Commit aea7159

Browse files
committed
Update the changelog.
1 parent dd13766 commit aea7159

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
0.4.7 (2023-06-06)
5+
------------------
6+
* Removed return type of AbstractType::getValue, so it can be inferred from the property for static analysis.
7+
48
0.4.6 (2023-06-06)
59
------------------
610
* Update return types for AbstractType and some ASN1 helper methods to provider better hints for static analysis.

src/FreeDSx/Asn1/Type/AbstractType.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ public function setTagNumber($int)
181181
return $this;
182182
}
183183

184-
/**
185-
* @return mixed
186-
*/
187184
public function getValue()
188185
{
189186
return $this->value;

0 commit comments

Comments
 (0)