Test Setup Failed
Push — master ( d6a57c...9ffd59 )
by Brent
07:39
created
src/Pageon/Lib/Markdown/MarkdownParser.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
     public function parse(?string $markdown): ?string
46 46
     {
47
-        if (! $markdown) {
47
+        if (!$markdown) {
48 48
             return null;
49 49
         }
50 50
 
Please login to merge, or discard this patch.