Skip to content

Commit 2883d5b

Browse files
committed
MAGETWO-91528: Customizable options truncated when displaying ordered product in admin
- deprecate old truncate
1 parent 5422859 commit 2883d5b

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)