Passed
Push — master ( dff5c5...cec494 )
by Caen
03:44 queued 11s
created
packages/framework/src/Services/RssFeedService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
     protected static function xmlEscape(string $string): string
101 101
     {
102
-        return htmlspecialchars($string, ENT_XML1 | ENT_COMPAT, 'UTF-8');
102
+        return htmlspecialchars($string, ENT_XML1|ENT_COMPAT, 'UTF-8');
103 103
     }
104 104
 
105 105
     public static function getDescription(): string
Please login to merge, or discard this patch.