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