We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7707dc commit 7d890deCopy full SHA for 7d890de
2 files changed
src/Field/FieldService.php
@@ -59,7 +59,7 @@ public function getAllFields($fieldType = Field::BOTH)
59
*
60
* @return \stdClass
61
*/
62
- public function getCustomFieldOption($id) : \stdClass
+ public function getCustomFieldOption($id): \stdClass
63
{
64
$ret = $this->exec('/customFieldOption/'.$id);
65
src/Version/VersionService.php
@@ -14,9 +14,8 @@ class VersionService extends \JiraCloud\JiraClient
14
15
/**
16
* Function to create a new project version.
17
- *
18
19
- public function create(Version $version) : Version
+ public function create(Version $version): Version
20
21
// to convert DateTimeInterface to string for payload
22
if ($version->releaseDate instanceof \DateTimeInterface) {
0 commit comments