Explorar o código

Added space before assignment operator

Kocsis Máté %!s(int64=10) %!d(string=hai) anos
pai
achega
7b4fe767a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(