Fix more PHPDoc (#12665)

* Fix PHPDoc

* Fix PHPDoc
This commit is contained in:
Jellyfrog
2021-03-28 19:18:47 +02:00
committed by GitHub
parent 9946fe8b15
commit efb157f5fb
35 changed files with 47 additions and 54 deletions

View File

@@ -29,7 +29,7 @@ class StringHelpers
/**
* Shorten text over 50 chars, if shortened, add ellipsis
*
* @param $string
* @param string $string
* @param int $max
* @return string
*/
@@ -84,7 +84,7 @@ class StringHelpers
/**
* Convert a camel or studly case string to Title case (with spaces)
* @param $string
* @param string $string
* @return string
*/
public static function camelToTitle($string)