@@ -19,7 +19,7 @@ class IssueFieldV3 extends IssueField
19
19
*
20
20
* @return $this|IssueField
21
21
*/
22
- public function setDescriptionV3 (?DescriptionV3 $ description ) : static
22
+ public function setDescriptionV3 (?DescriptionV3 $ description ): static
23
23
{
24
24
$ this ->descriptionV3 = $ description ;
25
25
@@ -31,7 +31,7 @@ public function setDescriptionV3(?DescriptionV3 $description) : static
31
31
*
32
32
* @return $this
33
33
*/
34
- public function addDescriptionParagraph (?DescriptionV3 $ description ) : static
34
+ public function addDescriptionParagraph (?DescriptionV3 $ description ): static
35
35
{
36
36
if (empty ($ this ->description )) {
37
37
$ this ->descriptionV3 = new DescriptionV3 ();
@@ -48,7 +48,7 @@ public function addDescriptionParagraph(?DescriptionV3 $description) : static
48
48
*
49
49
* @return $this
50
50
*/
51
- public function addDescriptionHeading ($ level , string $ description ) : static
51
+ public function addDescriptionHeading ($ level , string $ description ): static
52
52
{
53
53
if (empty ($ this ->descriptionV3 )) {
54
54
$ this ->descriptionV3 = new DescriptionV3 ();
@@ -64,7 +64,7 @@ public function addDescriptionHeading($level, string $description) : static
64
64
*
65
65
* @return $this
66
66
*/
67
- public function setEnvironment (?DescriptionV3 $ environment ) : static
67
+ public function setEnvironment (?DescriptionV3 $ environment ): static
68
68
{
69
69
if (!empty ($ this ->environmentV3 )) {
70
70
$ this ->environmentV3 = $ environment ;
0 commit comments