Fix syntax error
parent
f101ec16f6
commit
e26f7f5ec4
|
@ -70,7 +70,7 @@ class Factory
|
||||||
$binDir = getenv('COMPOSER_BIN_DIR') ?: $packageConfig['config']['bin-dir'];
|
$binDir = getenv('COMPOSER_BIN_DIR') ?: $packageConfig['config']['bin-dir'];
|
||||||
|
|
||||||
// setup process timeout
|
// setup process timeout
|
||||||
$processTimeout = getenv('COMPOSER_PROCESS_TIMEOUT') ?: $packageConfig['config']['process-timeout']
|
$processTimeout = getenv('COMPOSER_PROCESS_TIMEOUT') ?: $packageConfig['config']['process-timeout'];
|
||||||
ProcessExecutor::setTimeout((int) $processTimeout);
|
ProcessExecutor::setTimeout((int) $processTimeout);
|
||||||
|
|
||||||
// initialize repository manager
|
// initialize repository manager
|
||||||
|
|
Loading…
Reference in New Issue