Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zulus committed Oct 4, 2023
1 parent d66fd61 commit 53fe5f9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,9 @@ public void setAttributes(List<Attribute> attributes) {
public TypeReference getBackingType() {
return backingType;
}

@Override
public void setPHPDoc(PHPDocBlock block) {
this.phpDoc = block;
}
}

0 comments on commit 53fe5f9

Please sign in to comment.