@@ -380,7 +380,7 @@ |
||
| 380 | 380 | if (!strlen($html)) { |
| 381 | 381 | throw new \InvalidArgumentException("Empty string given"); |
| 382 | 382 | } |
| 383 | - $xml = new \DOMDocument(); |
|
| 383 | + $xml=new \DOMDocument(); |
|
| 384 | 384 | //Suppress warnings: proper error handling is beyond scope of example |
| 385 | 385 | libxml_use_internal_errors(true); |
| 386 | 386 | |