@@ -168,7 +168,7 @@ |
||
| 168 | 168 | if ($this->node && \property_exists($this->node, $nameOrig)) { |
| 169 | 169 | // INFO: Cannot assign null to property DOMNode::* of type string |
| 170 | 170 | if ($nameOrig === 'prefix' || $nameOrig === 'textContent') { |
| 171 | - $value = (string)$value; |
|
| 171 | + $value = (string) $value; |
|
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | if (!is_null($value)) { |