Skip to content

Commit

Permalink
Merge pull request #154 from Dealerdirect/feature/minor-clean-up
Browse files Browse the repository at this point in the history
Plugin::loadInstalledPaths(): `config-show` always shows all
  • Loading branch information
Potherca committed Feb 4, 2022
2 parents bea1025 + f81fbba commit 0153992
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Plugin.php
Expand Up @@ -234,10 +234,7 @@ private function loadInstalledPaths()
{
if ($this->isPHPCodeSnifferInstalled() === true) {
$this->processExecutor->execute(
sprintf(
'phpcs --config-show %s',
self::PHPCS_CONFIG_KEY
),
'phpcs --config-show',
$output,
$this->composer->getConfig()->get('bin-dir')
);
Expand Down

0 comments on commit 0153992

Please sign in to comment.