Passed
Push — main ( 648548...280657 )
by Greg
06:39
created
app/Factories/MarkdownFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
         $converter = new MarkDownConverter($environment);
105 105
 
106 106
         $html = $converter->convert($markdown)->getContent();
107
-        $html = strtr($html, ["</p>\n<p>" => self::BREAK . self::BREAK ]);
107
+        $html = strtr($html, ["</p>\n<p>" => self::BREAK . self::BREAK]);
108 108
 
109 109
         return trim(strip_tags($html, ['a', 'br']));
110 110
     }
Please login to merge, or discard this patch.