mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix Psalm
This commit is contained in:
parent
95239b51ae
commit
579f9989c0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue