@@ -177,7 +177,7 @@ |
||
177 | 177 | if ($this->node && \property_exists($this->node, $nameOrig)) { |
178 | 178 | // INFO: Cannot assign null to property DOMNode::* of type string |
179 | 179 | if (in_array($nameOrig, self::$stringDomNodes)) { |
180 | - $value = (string)$value; |
|
180 | + $value = (string) $value; |
|
181 | 181 | } |
182 | 182 | |
183 | 183 | return $this->node->{$nameOrig} = $value; |