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

Imported partial namespace isn't resolved within DocBlock #108

Open
Slamdunk opened this issue Jul 1, 2021 · 0 comments
Open

Imported partial namespace isn't resolved within DocBlock #108

Slamdunk opened this issue Jul 1, 2021 · 0 comments

Comments

@Slamdunk
Copy link
Contributor

Slamdunk commented Jul 1, 2021

Source

namespace My\Repository\Foo;

use My\Entity;
use My\ORM\AbstractEntityRepository;

/**
 * @extends AbstractEntityRepository<Entity\Foo\Posizione%Bar>
 */
final class PosizioneBar extends AbstractEntityRepository {}

:PhpactorGotoDefinition with cursor at %

Expected

Go to My\Entity\Foo\PosizioneBar just like PhpStan or PHPStorm do.

Actual

Error from Phpactor: Do not know how to goto definition of symbol type "<unknown>",
    Word "My\Repository\Foo\Entity\Foo\PosizioneBar" could not be resolved to a class
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

1 participant