fix(PHP8.2): Declare Symfony Application property in console application

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-01-16 14:55:16 +01:00
parent f0b9b6ebaa
commit e2f4110a3f
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -49,6 +49,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class Application {
/** @var IConfig */
private $config;
private SymfonyApplication $application;
/** @var EventDispatcherInterface */
private $dispatcher;
/** @var IRequest */