Skip to content

Commit

Permalink
Removed deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Nov 20, 2021
1 parent df304fa commit bdadec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Each object have at least:

* a static method `create`. This method will correctly instantiate the object.
* can be converted into a binary string: `$object->__toString();` or `(string) $object`.
* ~~a method `getNormalizedData($ignoreTags = false)` that converts the object into its normalized representation. Tags can be ignored with the first argument set to `true`.~~ (deprecated in v2.1)

### Positive Integer (Major Type 0)

Expand Down

0 comments on commit bdadec4

Please sign in to comment.