mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-08 00:07:23 +01:00
added missing @since annotations
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user