This patch release contains a fix to enable serialization of the refelected docblocks. Before release 5.0.0-alpha8 it was possible to serialize the result of the docblock factory. With the introduction of the InvalidTag
which contained an exception this option was broken. This new version restores the option to serialize the docblock result. Which is recommended to do when you need to process a lot of docblocks for caching purposes.
Added
- Nothing
Deprecated
- Nothing
Fixed
- Fix serialization error on
InvalidTag
, thanks to @jaapio
Removed
- Nothing
Security
- Nothing