1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

php-cs-fixer

This commit is contained in:
Rob Bast 2016-02-25 11:04:44 +01:00
parent dc2f201152
commit a245c4618b
18 changed files with 43 additions and 43 deletions

View file

@ -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);