From f5837f4a97c1c6c93489caca0127e6220f3c43c3 Mon Sep 17 00:00:00 2001 From: "Jorge A. Torres" Date: Tue, 6 Jul 2021 09:44:04 -0500 Subject: [PATCH] Update PluginModule::run() to follow upstream's signature --- src/class-pluginmodule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class-pluginmodule.php b/src/class-pluginmodule.php index b961c48788..f891c6e840 100644 --- a/src/class-pluginmodule.php +++ b/src/class-pluginmodule.php @@ -31,7 +31,7 @@ public function setup(): ServiceProviderInterface { * * @param ContainerInterface|null $container The Container. */ - public function run( ContainerInterface $container = null ) { + public function run( ContainerInterface $container ) { } /**