Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic template type and generic support #578

Merged
merged 6 commits into from
Jun 23, 2021
Merged

Basic template type and generic support #578

merged 6 commits into from
Jun 23, 2021

Conversation

patrickkusebauch
Copy link
Collaborator

@patrickkusebauch patrickkusebauch commented Jun 12, 2021

Closes #535
It is far from complete support, but it extends current support for generics and @template annotation
What is in:

  • Method template types (but the template type it should be resolved to is ignored)
  • list generic (list<*>)
  • resolving "pre-generic type" resolved<*>
  • template type on class resolved recognized in method

What is still missing:

  • resolving the template type

@dbrumann
Copy link
Collaborator

Thanks again, Patrick.

@dbrumann dbrumann merged commit 6c6faa5 into qossmic:main Jun 23, 2021
@patrickkusebauch patrickkusebauch deleted the methodTemplateTypes branch June 23, 2021 08:40
@mdevlamynck mdevlamynck mentioned this pull request Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recognizing @template T phpdoc
2 participants