@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | public function parse(string $text): string |
33 | 33 | { |
34 | - return preg::replace_callback(self::REGEXP_URL, fn (array $match) => $this->processLink($match[0]), $text); |
|
34 | + return preg::replace_callback(self::REGEXP_URL, fn(array $match) => $this->processLink($match[0]), $text); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | private function processLink(string $url): string |