Skip to content

Commit 7430bf3

Browse files
Merge pull request #61966 from nextcloud/fix/systemtags-since-master
fix(systemtags): correct @SInCE tag for sanitizeWordsAndEmojis
2 parents 150e157 + 8442149 commit 7430bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ public static function isFunctionEnabled(string $functionName): bool {
638638
*
639639
* @param string $input The input string to sanitize
640640
* @return string The sanitized string
641-
* @since 35.0.0
641+
* @since 34.0.2
642642
*/
643643
public static function sanitizeWordsAndEmojis(string $input): string {
644644
// Remove control characters and other invisible separators, but keep everything else.

0 commit comments

Comments
 (0)