Skip to content

Commit

Permalink
Merge pull request goetas-webservices#43 from mgrundkoetter/feature/i…
Browse files Browse the repository at this point in the history
…ssue-42

solves goetas-webservices#42 (missing doc in elementdef)
  • Loading branch information
goetas authored Feb 5, 2019
2 parents 25a7855 + d1ee6b1 commit 3f6526d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SchemaReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ private function loadAttributeOrElementDef(
$schema->addAttribute($attribute);
} else {
$attribute = new ElementDef($schema, $name);
$attribute->setDoc($this->getDocumentation($node));
$schema->addElement($attribute);
}

Expand Down

0 comments on commit 3f6526d

Please sign in to comment.