You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Keep in mind that this feature will be added in PHP8. As this project requires PHP 7.2 or higher, it either needs to be bumped to PHP8 or the code must reflect this by skipping those cases or it will probably break when running with PHP7 - at least when running the tests while trying to parse the respective test classes.
While reviewing #14 we realized that union types (such as
Foo|Bar
) are not supported yet.Baz<Foo|Bar>
) should also be parsed as each component + the wrapperThe text was updated successfully, but these errors were encountered: