ソースを参照

Added space before assignment operator

Kocsis Máté 10 年 前
コミット
7b4fe767a4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Composer/Config.php

+ 1 - 1
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(