diff --git a/topics/products/phpstorm/php_open_api_php_type_providers.md b/topics/products/phpstorm/php_open_api_php_type_providers.md
index 458f35922..d02c81bf5 100644
--- a/topics/products/phpstorm/php_open_api_php_type_providers.md
+++ b/topics/products/phpstorm/php_open_api_php_type_providers.md
@@ -10,7 +10,7 @@ For example, `com.jetbrains.php.lang.psi.resolve.types.PhpArrayAccessTP` is resp
There are dozens of such providers, and they all work one after another to provide type information when needed.
All providers inherit from `com.jetbrains.php.lang.psi.resolve.types.PhpTypeProvider4`, which is registered in
-the .
+the .
## Types in PhpStorm
@@ -298,7 +298,7 @@ public class PhpUnitFiledInitializedInSetUpMethodsTP implements PhpTypeProvider4
### Register the `PhpUnitFiledInitializedInSetUpMethodsTP`
The `PhpUnitFiledInitializedInSetUpMethodsTP` implementation is registered with the IntelliJ Platform in the
-plugin configuration file using the .
+plugin configuration file using the .
```xml