Skip to content

Commit

Permalink
Update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadSikorra committed Jun 6, 2023
1 parent dd13766 commit aea7159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

0.4.7 (2023-06-06)
------------------
* Removed return type of AbstractType::getValue, so it can be inferred from the property for static analysis.

0.4.6 (2023-06-06)
------------------
* Update return types for AbstractType and some ASN1 helper methods to provider better hints for static analysis.
Expand Down
3 changes: 0 additions & 3 deletions src/FreeDSx/Asn1/Type/AbstractType.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ public function setTagNumber($int)
return $this;
}

/**
* @return mixed
*/
public function getValue()
{
return $this->value;
Expand Down

0 comments on commit aea7159

Please sign in to comment.