We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c211ba9 commit a7e4718Copy full SHA for a7e4718
src/Command/SentrySubcommandTestCommand.php
@@ -34,7 +34,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
34
{
35
$this->logger->error('Subcommand will run now');
36
37
- if ($this->getApplication() !== null) {
+ if (null !== $this->getApplication()) {
38
$this->getApplication()->doRun(new ArrayInput(['command' => $this->subcommand->getName()]), new NullOutput());
39
}
40
0 commit comments