Skip to content

Commit

Permalink
Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-co…
Browse files Browse the repository at this point in the history
…nsole-application-property

fix(PHP8.2): Declare Symfony Application property in console application
  • Loading branch information
ChristophWurst authored Jan 17, 2023
2 parents 9af7ee8 + e2f4110 commit 312f19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
class Application {
/** @var IConfig */
private $config;
private SymfonyApplication $application;
/** @var EventDispatcherInterface */
private $dispatcher;
/** @var IRequest */
Expand Down

0 comments on commit 312f19d

Please sign in to comment.