Revert "Check PHP dependencies in daily.sh (#12260)" (#12271)

This reverts commit d82d2f1f19.
This commit is contained in:
Jellyfrog
2020-10-29 15:11:32 +01:00
committed by GitHub
parent 399858e5b5
commit b866bcf2ab
2 changed files with 2 additions and 17 deletions

View File

@@ -93,8 +93,7 @@ if (! $exec) {
}
if ($exec) {
passthru("$exec " . implode(' ', array_splice($argv, 1)) . "$extra_args 2>&1", $exit_code);
exit($exit_code);
passthru("$exec " . implode(' ', array_splice($argv, 1)) . "$extra_args 2>&1");
} else {
echo "Composer not available, please manually install composer.\n";
}