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

Transform ide-helper style builder docblock to generic docblocks #497

Merged
merged 1 commit into from
Mar 21, 2020
Merged

Transform ide-helper style builder docblock to generic docblocks #497

merged 1 commit into from
Mar 21, 2020

Conversation

canvural
Copy link
Collaborator

@canvural canvural commented Mar 18, 2020

Fixes #461

It is the same idea from #479 And it was discussed at #461

Basically, it converts \Illuminate\Database\Eloquent\Builder|\App\User into \Illuminate\Database\Eloquent\Builder<\App\User>

@canvural canvural merged commit 9057a28 into larastan:master Mar 21, 2020
@canvural canvural deleted the patch-1 branch March 21, 2020 13:18
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.

Custom builder doc blocks are not parsed as builder generic
2 participants