Merge pull request #61966 from nextcloud/fix/systemtags-since-master

fix(systemtags): correct @since tag for sanitizeWordsAndEmojis
pull/59939/head
Andy Scherzinger 1 month ago committed by GitHub
commit 7430bf371c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lib/public/Util.php

@ -638,7 +638,7 @@ class Util {
*
* @param string $input The input string to sanitize
* @return string The sanitized string
* @since 35.0.0
* @since 34.0.2
*/
public static function sanitizeWordsAndEmojis(string $input): string {
// Remove control characters and other invisible separators, but keep everything else.

Loading…
Cancel
Save