From fa0337625e2efb2d9dc86a3b02916f4050bad880 Mon Sep 17 00:00:00 2001 From: Viktor Tkachenko Date: Mon, 29 Apr 2024 10:38:06 +0200 Subject: [PATCH] Remove weirdan/doctrine-psalm-plugin --- composer.json | 11 ++--------- psalm.xml | 2 +- src/EntityManager.php | 3 --- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 44958cb..d2721cf 100644 --- a/composer.json +++ b/composer.json @@ -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": { @@ -28,11 +27,5 @@ "scripts": { "cs-check": "phpcs", "cs-fix": "phpcbf" - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/ViktorTkachenko/psalm-plugin-doctrine" - } - ] + } } diff --git a/psalm.xml b/psalm.xml index 4dfced9..d80c676 100644 --- a/psalm.xml +++ b/psalm.xml @@ -16,5 +16,5 @@ - + diff --git a/src/EntityManager.php b/src/EntityManager.php index 6e9042e..79c18f4 100644 --- a/src/EntityManager.php +++ b/src/EntityManager.php @@ -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();