diff --git a/src/Plugin.php b/src/Plugin.php index 597e9292..75653e49 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -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') );