@@ -123,7 +123,7 @@ |
||
| 123 | 123 | $this->parent = $parent; |
| 124 | 124 | /** |
| 125 | 125 | * @var SimpleXMLElement $child |
| 126 | - */ |
|
| 126 | + */ |
|
| 127 | 127 | foreach ($node->children() as $child) { |
| 128 | 128 | switch ($child->getName()) { |
| 129 | 129 | case "name": |
@@ -90,13 +90,13 @@ |
||
| 90 | 90 | $this->nameParts = []; |
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | - * @var SimpleXMLElement $child |
|
| 93 | + * @var SimpleXMLElement $child |
|
| 94 | 94 | */ |
| 95 | 95 | foreach ($node->children() as $child) { |
| 96 | 96 | switch ($child->getName()) { |
| 97 | 97 | case "name-part": |
| 98 | 98 | /** |
| 99 | - * @var NamePart $namePart |
|
| 99 | + * @var NamePart $namePart |
|
| 100 | 100 | */ |
| 101 | 101 | $namePart = Factory::create($child, $this); |
| 102 | 102 | $this->nameParts[$namePart->getName()] = $namePart; |