mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Update parameter name
Fixes PHPCS
This commit is contained in:
parent
3a72a73ae3
commit
df185157bd
12 changed files with 77 additions and 77 deletions
|
@ -35,10 +35,10 @@ class CompatModule implements ModuleInterface {
|
|||
/**
|
||||
* Run the compatibility module.
|
||||
*
|
||||
* @param ContainerInterface|null $container The Container.
|
||||
* @param ContainerInterface|null $c The Container.
|
||||
*/
|
||||
public function run( ContainerInterface $container ): void {
|
||||
$this->initialize_ppec_compat_layer( $container );
|
||||
public function run( ContainerInterface $c ): void {
|
||||
$this->initialize_ppec_compat_layer( $c );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue