We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ed799 commit a27079bCopy full SHA for a27079b
src/Issue/IssueField.php
@@ -38,7 +38,7 @@ class IssueField implements \JsonSerializable
38
39
public Project $project;
40
41
- public ?string $environment;
+ public ?array $environment;
42
43
/* @var \JiraCloud\Issue\Component[] This property must don't describe the type feature for JSON deserialized. */
44
public $components;
0 commit comments