Skip to content

Commit 76f3f05

Browse files
authored
Merge pull request #4 from lesstif/analysis-N4dyYv
Apply fixes from StyleCI
2 parents 0fb80e3 + 5bed892 commit 76f3f05

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ADF/ADFListItemTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function name(): string
2121
{
2222
return match ($this) {
2323
ADFListItemTypes::ORDERED_LIST => 'orderedList',
24-
ADFListItemTypes::BULLET_LIST => 'bulletList',
24+
ADFListItemTypes::BULLET_LIST => 'bulletList',
2525
};
2626
}
2727
}

src/ADF/AtlassianDocumentFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct(Document|Node $document)
1818
}
1919

2020
#[\ReturnTypeWillChange]
21-
public function jsonSerialize() : array
21+
public function jsonSerialize(): array
2222
{
2323
return $this->document->jsonSerialize();
2424
}

src/Issue/IssueService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public function deleteComment($issueIdOrKey, $id): string|bool
354354
* Change a issue assignee.
355355
*
356356
* @param string|int $issueIdOrKey
357-
* @param string|null $accountId Assigns accountId
357+
* @param string|null $accountId Assigns accountId
358358
* If the assigneeName is "-1" automatic assignee is used.
359359
* A null name will remove the assignee.
360360
*

0 commit comments

Comments
 (0)