Update PluginModule::run() to follow upstream's signature

This commit is contained in:
Jorge A. Torres 2021-07-06 09:44:04 -05:00
parent 4bca690161
commit 2a8ee97ad1
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -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 ) {
}
/**