Skip to content

Commit ff97d7b

Browse files
committed
fix
1 parent 28ce846 commit ff97d7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Command/BisectCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
120120

121121
try {
122122
$commits = $this->getCommitsBetween($client, $good, $bad);
123-
exit;
124123
} catch (GuzzleException $e) {
125124
$io->error(sprintf('Failed to fetch commits from GitHub: %s', $e->getMessage()));
126125
return 1;

src/Internal/HttpClientFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ final class HttpClientFactory
99
{
1010

1111
/**
12+
* @param array<mixed> $config
13+
*
1214
* @see \GuzzleHttp\RequestOptions
1315
*/
1416
public static function createClient(array $config): Client

0 commit comments

Comments
 (0)