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

Implement PhpTypeProvider3 for type resolving #792

Closed
Haehnchen opened this issue Sep 19, 2016 · 1 comment
Closed

Implement PhpTypeProvider3 for type resolving #792

Haehnchen opened this issue Sep 19, 2016 · 1 comment

Comments

@Haehnchen
Copy link
Owner

Haehnchen commented Sep 19, 2016

We got new PhpTypeProvider3. So migrate to new interface old one com.jetbrains.php.lang.psi.resolve.types.PhpTypeProvider2. see also oroinc/oro-phpstorm-plugin@8219527

PhpTypeProvider2 is now deprecated

        <php.typeProvider2 implementation="fr.adrienbrault.idea.symfony2plugin.dic.SymfonyContainerTypeProvider"/>
        <php.typeProvider2 implementation="fr.adrienbrault.idea.symfony2plugin.doctrine.ObjectRepositoryTypeProvider"/>
        <php.typeProvider2 implementation="fr.adrienbrault.idea.symfony2plugin.doctrine.ObjectRepositoryResultTypeProvider"/>
        <php.typeProvider2 implementation="fr.adrienbrault.idea.symfony2plugin.doctrine.ObjectManagerFindTypeProvider"/>
        <php.typeProvider2 implementation="fr.adrienbrault.idea.symfony2plugin.assistant.signature.MethodSignatureTypeProvider"/>
        <php.typeProvider2 implementation="fr.adrienbrault.idea.symfony2plugin.util.EventDispatcherTypeProvider"/>
@Haehnchen
Copy link
Owner Author

done

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