Update dhii/module-interface to version 0.3

This commit is contained in:
dinamiko 2021-07-14 14:58:23 +02:00
parent 090e829f75
commit 119543ae2d
12 changed files with 12 additions and 12 deletions

View file

@ -40,7 +40,7 @@ class OnboardingModule implements ModuleInterface {
*
* @param ContainerInterface|null $container The container.
*/
public function run( ContainerInterface $container ) {
public function run( ContainerInterface $container ): void {
$asset_loader = $container->get( 'onboarding.assets' );
/**