added missing @since annotations

This commit is contained in:
Carsten Brandt
2019-01-31 00:45:25 +01:00
parent 1128a6d609
commit 768d590eef
6 changed files with 11 additions and 6 deletions

View File

@@ -441,8 +441,9 @@ class BaseStringHelper
*
* @param string $string the string to be proceeded
* @param string $encoding Optional, defaults to "UTF-8"
* @see http://php.net/manual/en/function.ucwords.php
* @return string
* @see http://php.net/manual/en/function.ucwords.php
* @since 2.0.16
*/
public static function mb_ucwords($string, $encoding = 'UTF-8')
{