Passed
Pull Request — main (#5145)
by
unknown
07:39
created
app/CommonMark/UidParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
             #Unescape character's #
113 113
 
114 114
             #NOTE: It should use only one \\, but it's using two because it get's escaped again in the regex processing.
115
-            $linkText = preg_replace("/\\\\#/","#", $subm[1]);
115
+            $linkText = preg_replace("/\\\\#/", "#", $subm[1]);
116 116
         } else {
117 117
             $linkText = '';
118 118
         }
Please login to merge, or discard this patch.