mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
php-cs-fixer
This commit is contained in:
parent
dc2f201152
commit
a245c4618b
18 changed files with 43 additions and 43 deletions
|
@ -93,7 +93,7 @@ EOT
|
|||
throw new \RuntimeException('Timeout value must be numeric and positive if defined, or 0 for forever');
|
||||
}
|
||||
// Override global timeout set before in Composer by environment or config
|
||||
ProcessExecutor::setTimeout((int)$timeout);
|
||||
ProcessExecutor::setTimeout((int) $timeout);
|
||||
}
|
||||
|
||||
return $composer->getEventDispatcher()->dispatchScript($script, $input->getOption('dev') || !$input->getOption('no-dev'), $args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue