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"/>
We got new
PhpTypeProvider3. So migrate to new interface old onecom.jetbrains.php.lang.psi.resolve.types.PhpTypeProvider2. see also oroinc/oro-phpstorm-plugin@8219527PhpTypeProvider2 is now deprecated