Completed
Pull Request — master (#118)
by
unknown
05:04
created
src/CssToInlineStyles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * @return string
103 103
      * @throws Exception
104 104
      */
105
-    public function convert($outputXHTML = false , $libXMLOptions = 0)
105
+    public function convert($outputXHTML = false, $libXMLOptions = 0)
106 106
     {
107 107
         // redefine
108 108
         $outputXHTML = (bool) $outputXHTML;
Please login to merge, or discard this patch.