Skip to content

Commit 8d43bf1

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Fixes windows error Annotated correct return type for getInEdges()/getOutEdges().
2 parents 294d005 + bff3272 commit 8d43bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/simple-phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
127127
$prevRoot = getenv('COMPOSER_ROOT_VERSION');
128128
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION.99");
129129
// --no-suggest is not in the list to keep compat with composer 1.0, which is shipped with Ubuntu 16.04LTS
130-
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", array(), $p, getcwd(), null, array('bypass_shell' => true)));
130+
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", array(), $p));
131131
putenv('COMPOSER_ROOT_VERSION'.(false !== $prevRoot ? '='.$prevRoot : ''));
132132
if ($exit) {
133133
exit($exit);

0 commit comments

Comments
 (0)