mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Correct documentation.
This commit is contained in:
parent
fecf321cce
commit
57cb7ea260
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ class TextHelper extends AppHelper {
|
||||||
* - `ellipsis` Will be used as Beginning and prepended to the trimmed string
|
* - `ellipsis` Will be used as Beginning and prepended to the trimmed string
|
||||||
* - `exact` If false, $text will not be cut mid-word
|
* - `exact` If false, $text will not be cut mid-word
|
||||||
*
|
*
|
||||||
* @see String::truncate()
|
* @see String::tail()
|
||||||
*
|
*
|
||||||
* @param string $text String to truncate.
|
* @param string $text String to truncate.
|
||||||
* @param integer $length Length of returned string, including ellipsis.
|
* @param integer $length Length of returned string, including ellipsis.
|
||||||
|
|
Loading…
Reference in a new issue