Skip to content

Commit

Permalink
🔃 [Magento Community Engineering] Community Contributions - 2.2-develop
Browse files Browse the repository at this point in the history
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
  • Loading branch information
magento-engcom-team authored Jul 6, 2019
2 parents 7d4256a + 407d3e9 commit df7852f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function truncateString(
string $value,
int $length = 80,
string $etc = '...',
string &$remainder = '',
&$remainder = '',
bool $breakWords = true
): string {
$this->truncateResult = $this->filterManager->truncateFilter(
Expand Down

0 comments on commit df7852f

Please sign in to comment.