dantleech
dantleech
Probably the doc parser/type converter shouldn't make it a ClassType
Probably because we provide the "start" position of the node: https://github.com/phpactor/phpactor/blob/ac99b4d8831eb5a249a2b1788cbb5b64a4a1c61c/lib/Extension/LanguageServerWorseReflection/InlayHint/InlayHintWalker.php#L124 In Neovim the hints show to the right of the _line_ regardless, which is why I haven't noticed this:...
@zackAJ this _is_ an issue? just FYI: I don't get this behavior when renaming and the inlay hints work fine for me in neovim...
Restarting VIM but assume you did that, how did you install Phpactor?
you mean the issue went away and came back?
should be fixewd as of #2736
what's the return type of `setIdsInData`?
i mean, you call `setIdsInData` which presumably returns a `MessageInterface` (?) it doesn't have to return the _same_ object that is passed in, in which case Phpactor is correct and...
this should work: ``` function foo(mysqli_stmt $stmt): void { $stmt->bind_result($foo); } ``` what happens when you try and jump to the `mysqli_stmt` definition? it should show: ``` /** * Binds...
eh, so can I now. feel free to add a test