Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a9e1c07 authored by Akhil's avatar Akhil 🙂
Browse files

Make function declaration match IBootstrap

parent e1cbfc76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class Application extends App implements IBootstrap
        $context->registerEventListener(UserDeletedEvent::class, UserDeletedListener::class);
    }

    public function boot(IBootContext $context)
    public function boot(IBootContext $context) : void
    {
    }
}