Skip to content

Commit

Permalink
Fixed tests usues
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Sep 18, 2023
1 parent b897063 commit 426d20e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private function processEvent(
$languageCode
)
: [];
$tokenValues[$languageCode] = array_merge($tokenValues[$languageCode], $values);
$tokenValues[$languageCode] = array_merge($tokenValues[$languageCode] ?? [], $values);
}

return $tokenValues;
Expand Down

0 comments on commit 426d20e

Please sign in to comment.