@@ -45,7 +45,7 @@ |
||
45 | 45 | * \details Remove the $modificator html formattation from a message containing telegram username, to let the user click them. |
46 | 46 | * @param $string to parse. |
47 | 47 | * @param $tag Formattation tag to remove. |
48 | - * @return The string, modified if there are usernames. Otherwise $string. |
|
48 | + * @return string string, modified if there are usernames. Otherwise $string. |
|
49 | 49 | */ |
50 | 50 | static public function removeUsernameFormattation(string $string, string $tag) : string { |
51 | 51 |