php_open_api_php_type_providers.md: fix typeProvider4 EP FQN

This commit is contained in:
Yann Cébron 2022-07-12 15:01:00 +02:00
parent 591d5cb746
commit 868c30b96e

View File

@ -295,10 +295,10 @@ public class PhpUnitFiledInitializedInSetUpMethodsTP implements PhpTypeProvider4
### Register the PhpUnitFiledInitializedInSetUpMethodsTP
The `PhpUnitFiledInitializedInSetUpMethodsTP` implementation is registered with the IntelliJ Platform in the
plugin configuration file using the `com.intellij.php.typeProvider4` extension point.
plugin configuration file using the `com.jetbrains.php.typeProvider4` extension point.
```xml
<extensions defaultExtensionNs="com.intellij">
<extensions defaultExtensionNs="com.jetbrains">
<php.typeProvider4
implementation="com.jetbrains.php.lang.psi.resolve.types.PhpUnitFiledInitializedInSetUpMethodsTP"/>
</extensions>