ging-dev <?php /** * @param A[]|B[] $objects * @return void */ function test(array $objects) {} should show function test(array<A|B> $objects): void instead of function test(array $objects): void
JakubMisek ging-dev thank you, You're right, we're simplifying types in hover texts. The same as in https://community.devsense.com/d/785-hover-in-method-does-not-show-generic-type Will be improved within the future update.