Skip to content

Commit

Permalink
Remove weirdan/doctrine-psalm-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTkachenko authored and mrVrAlex committed Apr 29, 2024
1 parent d6ecb4f commit fa03376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"require-dev": {
"opsway/psr12-strict-coding-standard": "^1.1",
"lctrs/psalm-psr-container-plugin": "^1.10",
"vimeo/psalm": "^5.23",
"weirdan/doctrine-psalm-plugin": "dev-develop"
"vimeo/psalm": "^5.23"
},
"autoload": {
"psr-4": {
Expand All @@ -28,11 +27,5 @@
"scripts": {
"cs-check": "phpcs",
"cs-fix": "phpcbf"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ViktorTkachenko/psalm-plugin-doctrine"
}
]
}
}
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
</projectFiles>
<plugins>
<pluginClass class="Lctrs\PsalmPsrContainerPlugin\Plugin"/>
<pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/></plugins>
</plugins>
</psalm>
3 changes: 0 additions & 3 deletions src/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ public function newHydrator(int|string $hydrationMode) : AbstractHydrator
return $this->getWrappedEm()->newHydrator($hydrationMode);
}

/**
* @psalm-suppress DeprecatedClass
*/
public function getProxyFactory() : ORM\Proxy\ProxyFactory
{
return $this->getWrappedEm()->getProxyFactory();
Expand Down

0 comments on commit fa03376

Please sign in to comment.