Skip to content

Commit 62b1093

Browse files
jpastooraik099
authored andcommitted
Unit tests for addComment and getWorklogs
1 parent ecc9ce2 commit 62b1093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1111
- The `$params` argument of the `Api::getWorklogs` method is now optional by [@aik099] (#244).
1212
- The `$params` argument of the `Api::getTransitions` method is now optional by [@aik099] (#244).
1313
- Changed default `Api::api` parameter $return_as_array to TRUE by [@jpastoor] (#137).
14-
- Api methods (except those that return issue lists) now consistently return as associative arrays instead of Result by [@jpastoor] (#137).
14+
- Api methods (except those that return issue lists) now consistently return as associative arrays instead of Result class instance by [@jpastoor] (#137).
1515

1616
### Removed
1717
...

src/Jira/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function getCreateMeta(
369369
* Add a comment to a ticket.
370370
*
371371
* @param string $issue_key Issue key should be "YOURPROJ-221".
372-
* @param array|string $params Params.
372+
* @param array|string $params Params or body string.
373373
*
374374
* @return array|false
375375
*/

0 commit comments

Comments
 (0)