Merge pull request #199 from woocommerce/implement-void-return-on-run-method

Implement void return on run method
This commit is contained in:
Emili Castells 2021-07-16 10:28:24 +02:00 committed by GitHub
commit c3405cb464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ class CompatModule implements ModuleInterface {
* *
* @param ContainerInterface|null $container The Container. * @param ContainerInterface|null $container The Container.
*/ */
public function run( ContainerInterface $container ) { public function run( ContainerInterface $container ): void {
} }
/** /**