mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Update PluginModule::run() to follow upstream's signature
This commit is contained in:
parent
4bca690161
commit
2a8ee97ad1
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
"require": {
|
||||
"dhii/module-interface": "^0.2",
|
||||
"psr/container": "1.0.0",
|
||||
"oomphinc/composer-installers-extender": "^1.1",
|
||||
"container-interop/service-provider": "^0.4.0",
|
||||
"dhii/containers": "v0.1.0-alpha1",
|
||||
"dhii/wp-containers": "v0.1.0-alpha1",
|
||||
|
|
|
@ -31,7 +31,7 @@ class PluginModule implements ModuleInterface {
|
|||
*
|
||||
* @param ContainerInterface|null $container The Container.
|
||||
*/
|
||||
public function run( ContainerInterface $container = null ) {
|
||||
public function run( ContainerInterface $container ) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue