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(); }, );