Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Oct 11, 2015
1 parent ba93204 commit a4be611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ try {

// get issue's worklog
$worklogs = $issueService->getWorklog($issueKey)->getWorklogs();
var_dump($ret);
var_dump($worklogs);
} catch (JIRAException $e) {
$this->assertTrue(false, 'testSearch Failed : '.$e->getMessage());
}
Expand Down

0 comments on commit a4be611

Please sign in to comment.