Code improvements, PHPDoc fixes

This commit is contained in:
Aleksander Machniak
2024-03-30 14:17:34 +01:00
parent 58d28297a3
commit 8adb052d35
12 changed files with 110 additions and 365 deletions

View File

@@ -30,7 +30,7 @@ class rcmail_string_replacer extends rcube_string_replacer
*
* @param array $matches Matches result from preg_replace_callback
*
* @return int Index of saved string value
* @return string Replacement string
*
* @see rcube_string_replacer::mailto_callback()
*/