Skip to content

Commit a7e4718

Browse files
committed
CSfixer
1 parent c211ba9 commit a7e4718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/SentrySubcommandTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
3434
{
3535
$this->logger->error('Subcommand will run now');
3636

37-
if ($this->getApplication() !== null) {
37+
if (null !== $this->getApplication()) {
3838
$this->getApplication()->doRun(new ArrayInput(['command' => $this->subcommand->getName()]), new NullOutput());
3939
}
4040

0 commit comments

Comments
 (0)