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
It seems the php parser is using phpdocs and deciding that
something like
/**
* @return array<int, string|int>
*/
is a class with FQCN `My\Namespace\array<int, string|int>` which
then ofc fails to create a FullyQualifiedClassName.
0 commit comments