Skip to content

Commit 4a9134f

Browse files
authored
Merge pull request #13 from lesstif/analysis-N4BVRe
Apply fixes from StyleCI
2 parents c7707dc + 7d890de commit 4a9134f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Field/FieldService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getAllFields($fieldType = Field::BOTH)
5959
*
6060
* @return \stdClass
6161
*/
62-
public function getCustomFieldOption($id) : \stdClass
62+
public function getCustomFieldOption($id): \stdClass
6363
{
6464
$ret = $this->exec('/customFieldOption/'.$id);
6565

src/Version/VersionService.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ class VersionService extends \JiraCloud\JiraClient
1414

1515
/**
1616
* Function to create a new project version.
17-
*
1817
*/
19-
public function create(Version $version) : Version
18+
public function create(Version $version): Version
2019
{
2120
// to convert DateTimeInterface to string for payload
2221
if ($version->releaseDate instanceof \DateTimeInterface) {

0 commit comments

Comments
 (0)