Skip to content

Commit

Permalink
Merge 810de85 into 5560d1d
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jun 17, 2019
2 parents 5560d1d + 810de85 commit 9fd9b77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Providers/PublicGithubWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function createFork($user, $repo, $fork_user)

public function createPullRequest($user_name, $user_repo, $params)
{
$http_client = $this->getHttpClient();
$request = $this->createPullRequestRequest($user_name, $user_repo, $params);
$jar = new CookieJar();
$jar->addCookie(new Cookie('XDEBUG_SESSION', 'XDEBUG_ECLIPSE', null, 'violinist.localhost'));
Expand All @@ -114,7 +113,6 @@ public function createPullRequest($user_name, $user_repo, $params)

public function updatePullRequest($user_name, $user_repo, $id, $params)
{
$http_client = $this->getHttpClient();
$jar = new CookieJar();
$jar->addCookie(new Cookie('XDEBUG_SESSION', 'XDEBUG_ECLIPSE', null, 'violinist.localhost'));
$plugin = new CookiePlugin($jar);
Expand Down

0 comments on commit 9fd9b77

Please sign in to comment.