Skip to content

Commit 49c017d

Browse files
committed
Rewording of comment
1 parent 3925849 commit 49c017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jira/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function findVersionByName($projectKey, $name)
360360
// Fetch all versions of this project
361361
$versions = $this->getVersions($projectKey);
362362

363-
// Filter on name in the PHP (Can't be done using the API?)
363+
// Filter results on the name
364364
$matching_versions = array_filter($versions, function (array $version) use ($name) {
365365
return $version['name'] == $name;
366366
});

0 commit comments

Comments
 (0)