Implement void return on run method

This commit is contained in:
dinamiko 2021-07-16 09:26:52 +02:00
parent 2b27f44268
commit e79c71224b

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