From 7b4fe767a4d75150e600bc34af2a927881b1607a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Wed, 18 Feb 2015 20:23:13 +0100 Subject: [PATCH] Added space before assignment operator --- src/Composer/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(