Passed
Pull Request — master (#100)
by
unknown
01:58
created
parser/TextNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         }
111 111
         return preg_replace_callback(
112 112
             "/\bhttps?:\/\/|__+|\/\/+|%%+|''+|\*\*+/",
113
-            function ($matches)
113
+            function($matches)
114 114
             {
115 115
                 switch ($matches[0][0]) {
116 116
                     case 'h':
Please login to merge, or discard this patch.