Fix phpcs

This commit is contained in:
emilicastells 2023-01-02 14:28:24 +01:00
parent bf648715d9
commit 90e5bbaf03
No known key found for this signature in database
GPG key ID: 1520C07081754570
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ return array(
$container->get( 'wcgateway.settings' )
);
},
'vaulting.payment-token-factory' => function( ContainerInterface $container ): PaymentTokenFactory {
'vaulting.payment-token-factory' => function( ContainerInterface $container ): PaymentTokenFactory {
return new PaymentTokenFactory();
},
'vaulting.payment-tokens-migration' => function( ContainerInterface $container ): PaymentTokensMigration {