From b877973dfe104558a7db4f61884fbd03d7bf74c2 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Thu, 23 May 2024 17:06:20 +0900 Subject: [PATCH] Refactor comment block in AbstractInjectorContext class The comment block for the AbstractInjectorContext class --- src-deprecated/AbstractInjectorContext.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src-deprecated/AbstractInjectorContext.php b/src-deprecated/AbstractInjectorContext.php index bcc70c33..a735502b 100644 --- a/src-deprecated/AbstractInjectorContext.php +++ b/src-deprecated/AbstractInjectorContext.php @@ -7,10 +7,7 @@ use Doctrine\Common\Cache\CacheProvider; use Ray\Di\AbstractModule; -/** - * @deprecated - * @psalm-immutable - */ +/** @deprecated */ abstract class AbstractInjectorContext implements LazyModuleInterface { /**