diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index 403d36b6c87..c48e699b7a4 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -25,7 +25,7 @@ use Symfony\Component\Console\Output\OutputInterface; class CheckApp extends Base { public function __construct( private Checker $checker, - private ?IAppManager $appManager, + private IAppManager $appManager, private AppLocator $appLocator, private FileAccessHelper $fileAccessHelper, ) {