Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-application-property

fix(PHP8.2): Declare Symfony Application property in console application
This commit is contained in:
Christoph Wurst 2023-01-17 18:25:56 +01:00 committed by GitHub
commit 312f19d6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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