aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Console
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-01-16 14:55:16 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-01-16 14:55:16 +0100
commite2f4110a3f0ff8bc5bcc74384b654e5e68824e7b (patch)
tree1d5eff2747e75aa8bc46afc25ac661a9e033c4af /lib/private/Console
parentf0b9b6ebaa315972ce7cbeb5a18919dc1ca9c97e (diff)
downloadnextcloud-server-e2f4110a3f0ff8bc5bcc74384b654e5e68824e7b.tar.gz
nextcloud-server-e2f4110a3f0ff8bc5bcc74384b654e5e68824e7b.zip
fix(PHP8.2): Declare Symfony Application property in console application
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Console')
-rw-r--r--lib/private/Console/Application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Console/Application.php b/lib/private/Console/Application.php
index 2b48f9f5ada..07e9dbb317b 100644
--- a/lib/private/Console/Application.php
+++ b/lib/private/Console/Application.php
@@ -49,6 +49,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class Application {
/** @var IConfig */
private $config;
+ private SymfonyApplication $application;
/** @var EventDispatcherInterface */
private $dispatcher;
/** @var IRequest */