Skip to content

Commit

Permalink
Allow structureFile to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Aug 30, 2017
1 parent e596b8d commit 860274b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function setDescription($description)
/**
* @param StructureFile $structureFile
*/
public function setStructureFile(StructureFile $structureFile)
public function setStructureFile(StructureFile $structureFile = null)
{
$this->structureFile = $structureFile;
}
Expand Down Expand Up @@ -155,4 +155,4 @@ public function getStructureFile()
{
return $this->structureFile;
}
}
}

0 comments on commit 860274b

Please sign in to comment.