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

Array shapes are lost when passed to templated function #3823

Closed
jvasseur opened this issue Sep 2, 2020 · 2 comments
Closed

Array shapes are lost when passed to templated function #3823

jvasseur opened this issue Sep 2, 2020 · 2 comments
Labels
Milestone

Comments

@jvasseur
Copy link

jvasseur commented Sep 2, 2020

Bug report

When passing an array shape to a function where the parameter and return types are templated, the array shape is lost.

It might be related to #3034 but not sure if it's the same problem.

Code snippet that reproduces the problem

https://phpstan.org/r/5040224c-4900-445a-94cb-df101e8a6212

Expected output

PHPStan should keep the the array shape instead of being transformed into a general arrays.

@ondrejmirtes ondrejmirtes added this to the Generics milestone Sep 2, 2020
@jvasseur
Copy link
Author

jvasseur commented Jan 6, 2021

It looks like this is fixed by phpstan/phpstan-src@94e3443

@jvasseur jvasseur closed this as completed Jan 6, 2021
@github-actions
Copy link

github-actions bot commented May 3, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants