Skip to content

Commit e3efd32

Browse files
committed
MC-31663: Inline translation doesn't work correctly
1 parent 534ec4d commit e3efd32

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Translation/Controller

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Translation/Controller/AjaxTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public function indexActionDataProvider(): array
6767
}
6868

6969
/**
70-
* @inheritdoc
70+
* @inheritDoc
7171
*/
72-
public static function tearDownAfterClass()
72+
public static function tearDownAfterClass(): void
7373
{
7474
try {
7575
Bootstrap::getObjectManager()->get(StringUtils::class)->deleteTranslate('phrase with &');

0 commit comments

Comments
 (0)