Skip to content

Commit 5a46fa4

Browse files
committed
Merge branch 'MAGETWO-91528' of github.com:magento-borg/magento2ce into MAGETWO-91528
2 parents d4b3346 + 2883d5b commit 5a46fa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/Filter/Truncate.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
*
1111
* Truncate a string to a certain length if necessary, appending the $etc string.
1212
* $remainder will contain the string that has been replaced with $etc.
13+
*
14+
* @deprecated
15+
* @see \Magento\Framework\Filter\TruncateFilter
1316
*/
1417
class Truncate implements \Zend_Filter_Interface
1518
{

0 commit comments

Comments
 (0)