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

Spaces in compound types are recognized as @param field separators #35

Closed
przepompownia opened this issue Jul 9, 2024 · 3 comments
Closed

Comments

@przepompownia
Copy link

Let's look at the example below (in Neovim):

/**
 * @param array<array{string, string, bool}> $example
 */

image

Maybe it's similar to #26.

@claytonrcarter
Copy link
Owner

Thanks for the report! I think that this is more closely related to #27, though, and our lack of support for array shapes. (ie the {..., ..., ...} part)

Closing as a duplicate of #27, but please feel free to reopen if you disagree with my conclusion.

@claytonrcarter claytonrcarter closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2024
@claytonrcarter
Copy link
Owner

FYI see #39, which may address this

@przepompownia
Copy link
Author

No problem especially that #27 is still open. Thanks for your attention anyway.

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

No branches or pull requests

2 participants