Fix Psalm

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

View file

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