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
First I thought the problem was that I defined a custom type using @phpstan-type and used that as return type, but it breaks with @return array{...} as well.
Summary
If an attribute has an array type that has a defined shape, the generation of the docblock breaks. It would be nice, if this was supported.
Example:
generates the following docblock:
The text was updated successfully, but these errors were encountered: