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

Parse template tag for generics #21

Merged
merged 5 commits into from
Dec 24, 2024
Merged

Conversation

chack1172
Copy link

@barryvdh
Copy link
Owner

Thanks, but tests seem to be failing. Any ideas?

@chack1172
Copy link
Author

@barryvdh there was an issue with PHP 7. Fixed.

@chack1172
Copy link
Author

@barryvdh sorry for the varius commits. I only have 7.3 installed on my pc, so I don't get 7.2 issues instantly

@barryvdh barryvdh merged commit d5d2d76 into barryvdh:master Dec 24, 2024
16 checks passed
@barryvdh
Copy link
Owner

Thanks!

@chack1172 chack1172 deleted the bugfix/generics branch December 24, 2024 11:32
@ayrtonandino
Copy link

Does this also fixes things like Illuminate\Auth\Access\iterable, Illuminate\Cache\array, Illuminate\Database\Eloquent\static?

Same problem as generics, but for phpdoc types.

@chack1172
Copy link
Author

@ayrtonandino no, this only fixes templates used in phpdoc method. This is also not fixing templates used in class phpdoc, I'll make a another PR for that.

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.

ide-helper:generate output has wrong return type for Cache::get?
3 participants