Skip to content

Commit a27079b

Browse files
committed
fixed #31 $environment type to array.
1 parent f0ed799 commit a27079b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class IssueField implements \JsonSerializable
3838

3939
public Project $project;
4040

41-
public ?string $environment;
41+
public ?array $environment;
4242

4343
/* @var \JiraCloud\Issue\Component[] This property must don't describe the type feature for JSON deserialized. */
4444
public $components;

0 commit comments

Comments
 (0)