Completed
Pull Request — master (#110)
by
unknown
13:48
created
src/voku/helper/AbstractSimpleHtmlDom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.