1
0
Fork 0

Added space before assignment operator

pull/3704/head
Kocsis Máté 2015-02-18 20:23:13 +01:00
parent d7437f19ad
commit 7b4fe767a4
1 changed files with 1 additions and 1 deletions

View File

@ -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(