Completed
Push — 1088-log_request_data ( c1a72a...add4b8 )
by Armando
02:26 queued 25s
created
src/Entities/Entity.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,8 +204,8 @@
 block discarded – undo
204 204
     public static function escapeMarkdown($string)
205 205
     {
206 206
         return str_replace(
207
-            ['[', '`', '*', '_',],
208
-            ['\[', '\`', '\*', '\_',],
207
+            ['[', '`', '*', '_', ],
208
+            ['\[', '\`', '\*', '\_', ],
209 209
             $string
210 210
         );
211 211
     }
Please login to merge, or discard this patch.