mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -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)
|
||||
|
Reference in New Issue
Block a user