Skip to content

Commit aa1e428

Browse files
committed
ACP2E-537: Unable to use "Translate inline" on the same element second time
- fix static failure
1 parent bd36840 commit aa1e428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Phrase/Test/Unit/Renderer/TranslateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function setUp(): void
4848
->getMock();
4949
$this->messageFormatter
5050
->method('render')
51-
->willReturnCallback(function($source) {
51+
->willReturnCallback(function ($source) {
5252
return end($source);
5353
});
5454

0 commit comments

Comments
 (0)