Skip to content

Commit

Permalink
Update PluginModule::run() to follow upstream's signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatorres committed Jul 6, 2021
1 parent 4bca690 commit f5837f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-pluginmodule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
}

/**
Expand Down

0 comments on commit f5837f4

Please sign in to comment.