mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Merge pull request #199 from woocommerce/implement-void-return-on-run-method
Implement void return on run method
This commit is contained in:
commit
c3405cb464
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