diff --git a/README.md b/README.md
index 6dc4c69..8503836 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ If you followed installation instructions, psalm-plugin command would added plug
-
+
```
@@ -34,7 +34,7 @@ If you followed installation instructions, psalm-plugin command would added plug
To be able to detect return types of services using ID (generally starts with `@` in Symfony YAML config files. Ex: `logger` service)
`containerXml` must be provided. Example:
```xml
-
+
var/cache/dev/App_KernelDevDebugContainer.xml
```
diff --git a/composer.json b/composer.json
index a4a7d8f..f72b962 100644
--- a/composer.json
+++ b/composer.json
@@ -22,18 +22,18 @@
},
"autoload": {
"psr-4": {
- "Seferov\\SymfonyPsalmPlugin\\": "src"
+ "Psalm\\SymfonyPsalmPlugin\\": "src"
}
},
"autoload-dev": {
"psr-4": {
- "Seferov\\SymfonyPsalmPlugin\\Tests\\Acceptance\\": ["tests/acceptance/_support"],
- "Seferov\\SymfonyPsalmPlugin\\Tests\\": ["tests/unit"]
+ "Psalm\\SymfonyPsalmPlugin\\Tests\\Acceptance\\": ["tests/acceptance/_support"],
+ "Psalm\\SymfonyPsalmPlugin\\Tests\\": ["tests/unit"]
}
},
"extra": {
"psalm" : {
- "pluginClass": "Seferov\\SymfonyPsalmPlugin\\Plugin"
+ "pluginClass": "Psalm\\SymfonyPsalmPlugin\\Plugin"
}
},
"scripts": {
diff --git a/src/Handler/ClassHandler.php b/src/Handler/ClassHandler.php
index a98dd2c..ed0c678 100644
--- a/src/Handler/ClassHandler.php
+++ b/src/Handler/ClassHandler.php
@@ -1,6 +1,6 @@
get($serviceId);
diff --git a/src/Issue/ContainerDependency.php b/src/Issue/ContainerDependency.php
index 4253b96..23b380d 100644
--- a/src/Issue/ContainerDependency.php
+++ b/src/Issue/ContainerDependency.php
@@ -1,6 +1,6 @@
-
+
"""
diff --git a/tests/acceptance/acceptance/ContainerService.feature b/tests/acceptance/acceptance/ContainerService.feature
index 9ac5f32..47ed9ef 100644
--- a/tests/acceptance/acceptance/ContainerService.feature
+++ b/tests/acceptance/acceptance/ContainerService.feature
@@ -12,7 +12,7 @@ Feature: Container service
-
+
"""
diff --git a/tests/acceptance/acceptance/ContainerXml.feature b/tests/acceptance/acceptance/ContainerXml.feature
index f9ee2a8..5d97386 100644
--- a/tests/acceptance/acceptance/ContainerXml.feature
+++ b/tests/acceptance/acceptance/ContainerXml.feature
@@ -12,7 +12,7 @@ Feature: Container XML config
-
+
../../tests/acceptance/container.xml
diff --git a/tests/acceptance/acceptance/RepositoryStringShortcut.feature b/tests/acceptance/acceptance/RepositoryStringShortcut.feature
index e733dbc..b3418e3 100644
--- a/tests/acceptance/acceptance/RepositoryStringShortcut.feature
+++ b/tests/acceptance/acceptance/RepositoryStringShortcut.feature
@@ -18,7 +18,7 @@ Feature: RepositoryStringShortcut
-
+
"""
diff --git a/tests/acceptance/acceptance/RequestContent.feature b/tests/acceptance/acceptance/RequestContent.feature
index afb0bcd..80b7c2e 100644
--- a/tests/acceptance/acceptance/RequestContent.feature
+++ b/tests/acceptance/acceptance/RequestContent.feature
@@ -12,7 +12,7 @@ Feature: Request getContent
-
+
"""
diff --git a/tests/unit/Symfony/ContainerMetaTest.php b/tests/unit/Symfony/ContainerMetaTest.php
index a83a9fd..1a2d2da 100644
--- a/tests/unit/Symfony/ContainerMetaTest.php
+++ b/tests/unit/Symfony/ContainerMetaTest.php
@@ -1,11 +1,11 @@