mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
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:
commit
312f19d6a4
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
|||
class Application {
|
||||
/** @var IConfig */
|
||||
private $config;
|
||||
private SymfonyApplication $application;
|
||||
/** @var EventDispatcherInterface */
|
||||
private $dispatcher;
|
||||
/** @var IRequest */
|
||||
|
|
|
|||
Loading…
Reference in a new issue