Skip to content

Commit a4be611

Browse files
committed
fixed typo
1 parent ba93204 commit a4be611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ try {
344344

345345
// get issue's worklog
346346
$worklogs = $issueService->getWorklog($issueKey)->getWorklogs();
347-
var_dump($ret);
347+
var_dump($worklogs);
348348
} catch (JIRAException $e) {
349349
$this->assertTrue(false, 'testSearch Failed : '.$e->getMessage());
350350
}

0 commit comments

Comments
 (0)