From 579f9989c0433416a19b16574c9c0013f53d27ba Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Fri, 4 Jul 2025 22:19:39 +0400 Subject: [PATCH] Fix Psalm --- src/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services.php b/src/services.php index e89a6bc39..c25c4f7ed 100644 --- a/src/services.php +++ b/src/services.php @@ -42,7 +42,7 @@ return array( /** @var Properties $properties */ $properties = $container->get( Package::PROPERTIES ); - /** @psalm-suppress MissingClosureParamType */ + /** @psalm-suppress UndefinedInterfaceMethod */ return $properties->pluginMainFile(); }, );