diff --git a/src/Composer/Config.php b/src/Composer/Config.php index 200f30750..77f1a4d8b 100644 --- a/src/Composer/Config.php +++ b/src/Composer/Config.php @@ -217,7 +217,7 @@ class Config return rtrim($this->process($this->config[$key], $flags), '/\\'); case 'bin-compat': - $value= $this->getComposerEnv('COMPOSER_BIN_COMPAT') ?: $this->config[$key]; + $value = $this->getComposerEnv('COMPOSER_BIN_COMPAT') ?: $this->config[$key]; if (!in_array($value, array('auto', 'nosymlink', 'full'))) { throw new \RuntimeException(