Completed
Pull Request — master (#210)
by
unknown
01:46
created
src/CssToInlineStyles.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
 
162 162
     /**
163 163
      * @param string $html
164
-     * @return array|false|string
164
+     * @return string
165 165
      */
166 166
     protected function convertToHtmlEntities($html)
167 167
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         }
32 32
 
33 33
         if ($useHtml5Parser) {
34
-            if (! class_exists(HTML5::class)) {
34
+            if (!class_exists(HTML5::class)) {
35 35
                 throw new LogicException('Using the HTML5 parser requires the html5-php library. Try running "composer require masterminds/html5".');
36 36
             }
37 37
 
Please login to merge, or discard this patch.