Fix Psalm

This commit is contained in:
Narek Zakarian 2025-07-04 22:19:39 +04:00
parent 95239b51ae
commit 579f9989c0
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -42,7 +42,7 @@ return array(
/** @var Properties $properties */ /** @var Properties $properties */
$properties = $container->get( Package::PROPERTIES ); $properties = $container->get( Package::PROPERTIES );
/** @psalm-suppress MissingClosureParamType */ /** @psalm-suppress UndefinedInterfaceMethod */
return $properties->pluginMainFile(); return $properties->pluginMainFile();
}, },
); );