Skip to content

Commit 31e8735

Browse files
authored
Merge pull request #254 from mglaman/fix-phpcs
Fix phpcs failure
2 parents 7389b15 + 23ec38e commit 31e8735

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Command/CheckCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
197197
\realpath(__DIR__ . '/../../vendor/mglaman/phpstan-drupal/extension.neon'),
198198
];
199199
}
200-
201200
} elseif (file_exists(__DIR__ . '/../../../../autoload.php')) {
202201
// Running as a global dependency.
203202
$output->writeln('<comment>Assumed running as global dependency</comment>', OutputInterface::VERBOSITY_DEBUG);

0 commit comments

Comments
 (0)