Completed
Pull Request — master (#211)
by
unknown
01:41
created
src/Css/Processor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
         /** @var DOMElement $style */
46 46
         foreach ($document->getElementsByTagName('style') as $style) {
47
-            $css .= $this->trimHtmlComments($style->nodeValue) . "\n";
47
+            $css .= $this->trimHtmlComments($style->nodeValue)."\n";
48 48
         }
49 49
 
50 50
         return $css;
Please login to merge, or discard this patch.