@@ -149,13 +149,13 @@ |
||
149 | 149 | ); |
150 | 150 | } |
151 | 151 | // append title |
152 | - if (! empty($this->getTitle())) { |
|
152 | + if (!empty($this->getTitle())) { |
|
153 | 153 | $el->appendChild( |
154 | 154 | (new Title($this->getTitle()))->toDOMElement($doc) |
155 | 155 | ); |
156 | 156 | } |
157 | 157 | // append text |
158 | - if (! empty($this->getText())) { |
|
158 | + if (!empty($this->getText())) { |
|
159 | 159 | $el->appendChild( |
160 | 160 | (new Text($this->getText()))->toDOMElement($doc) |
161 | 161 | ); |