mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix Psalm
This commit is contained in:
parent
e678a2c020
commit
9ffcff4d9b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class CompatModule implements ModuleInterface {
|
|||
* @param ContainerInterface|null $container The Container.
|
||||
* @return void
|
||||
*/
|
||||
private function initialize_ppec_compat_layer( $container ): void {
|
||||
private function initialize_ppec_compat_layer( ?ContainerInterface $container ): void {
|
||||
// Process PPEC subscription renewals through PayPal Payments.
|
||||
$handler = $container->get( 'compat.ppec.subscriptions-handler' );
|
||||
$handler->maybe_hook();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue