Skip to content

Commit

Permalink
fixed #31 $environment type to array.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Jan 11, 2023
1 parent f0ed799 commit a27079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Issue/IssueField.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class IssueField implements \JsonSerializable

public Project $project;

public ?string $environment;
public ?array $environment;

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

0 comments on commit a27079b

Please sign in to comment.