Skip to content

Commit

Permalink
Make annotations optional for physical structures
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed May 13, 2019
1 parent e4ce84e commit e97076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/PhysicalStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function setFilename(string $filename): self
/**
* @return string
*/
public function getAnnotation(): string
public function getAnnotation(): ?string
{
return $this->annotation;
}
Expand Down

0 comments on commit e97076e

Please sign in to comment.