mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Implement void
return on run
method
This commit is contained in:
parent
2b27f44268
commit
e79c71224b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class CompatModule implements ModuleInterface {
|
|||
*
|
||||
* @param ContainerInterface|null $container The Container.
|
||||
*/
|
||||
public function run( ContainerInterface $container ) {
|
||||
public function run( ContainerInterface $container ): void {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue