Skip to content

Commit 9ea2ab0

Browse files
Merge branch 2.2-develop into ENGCOM-5366-magento-magento2-23438
2 parents 97d6074 + df7852f commit 9ea2ab0

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)