Skip to content

Commit df7852f

Browse files
🔃 [Magento Community Engineering] Community Contributions - 2.2-develop
Accepted Community Pull Requests: - #20849: Fix truncateString (by @emilie-blackbird) Fixed GitHub Issues: - #16958: Order View Issue - This tab contains invalid data (reported by @bedroomathletics) has been fixed in #20849 by @emilie-blackbird in 2.2-develop branch Related commits: 1. 891123b
2 parents 7d4256a + 407d3e9 commit df7852f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Items/Column

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/Items/Column/Name.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function truncateString(
3737
string $value,
3838
int $length = 80,
3939
string $etc = '...',
40-
string &$remainder = '',
40+
&$remainder = '',
4141
bool $breakWords = true
4242
): string {
4343
$this->truncateResult = $this->filterManager->truncateFilter(

0 commit comments

Comments
 (0)