@@ -117,5 +117,5 @@ |
||
117 | 117 | { |
118 | 118 | $type = $this->getChildElementsHasType(); |
119 | 119 | assert(null === $type || $type instanceof DomBase); |
120 | - return null === $type ? [] : [$type]; } |
|
120 | + return null === $type ? [] : [$type]; } |
|
121 | 121 | } |