Completed
Push — master ( e2050d...7d96b2 )
by Danilo
03:45
created
src/Utility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.