Skip to content

Commit b070bf5

Browse files
committed
ProjectIssue constructor signature changed according to current API response.
1 parent 3e64857 commit b070bf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Resources/Node/ProjectIssue.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,14 @@ class ProjectIssue extends Node {
3636

3737
protected $issueVersion;
3838

39-
public function __construct(FactoryInterface $factory, $body, $taxonomy_vocabulary_9, $field_issue_status, $field_issue_priority, $field_issue_category, $field_issue_component, $field_issue_assigned, $field_project, $field_issue_files, $field_issue_parent, $field_issue_related, $field_issue_version, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $book_ancestors, $comment, $comments, $comment_count, $comment_count_new, $has_new_content, $last_comment_timestamp) {
39+
public function __construct($taxonomy_vocabulary_9, $body, $field_issue_status, $field_issue_priority, $field_issue_category, $field_issue_component, $field_project, $field_issue_files, $field_issue_related, $field_issue_version, $field_issue_credit, $flag_drupalorg_node_spam_user, $flag_project_issue_follow_user, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $book_ancestors, $comment, $comments, $comment_count, $comment_count_new, $feed_nid, $flag_flag_tracker_follow_user, $has_new_content, $last_comment_timestamp, FactoryInterface $factory) {
4040
$this->taxonomy = $taxonomy_vocabulary_9;
4141
$this->issueStatus = $field_issue_status;
4242
$this->issuePriority = $field_issue_priority;
4343
$this->issueCategory = $field_issue_category;
4444
$this->issueComponent = $field_issue_component;
45-
$this->issueAssigned = $field_issue_assigned;
4645
$this->project = $field_project;
4746
$this->issueFiles = $field_issue_files;
48-
$this->issueParent = $field_issue_parent;
4947
$this->issueRelated = $field_issue_related;
5048
$this->issueVersion = $field_issue_version;
5149
$this->bookAncestors = $book_ancestors;

0 commit comments

Comments
 (0)