|
@@ -203,7 +203,7 @@ class GitHubDriver extends VcsDriver
|
|
),
|
|
),
|
|
'retry-auth-failure' => false,
|
|
'retry-auth-failure' => false,
|
|
));
|
|
));
|
|
- } catch (\TransportException $e) {
|
|
|
|
|
|
+ } catch (TransportException $e) {
|
|
return $this->fundingInfo = false;
|
|
return $this->fundingInfo = false;
|
|
}
|
|
}
|
|
$result = json_decode($result, true);
|
|
$result = json_decode($result, true);
|