We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b57b5a6 + e3efd32 commit c57bfd2Copy full SHA for c57bfd2
dev/tests/integration/testsuite/Magento/Translation/Controller/AjaxTest.php
@@ -67,9 +67,9 @@ public function indexActionDataProvider(): array
67
}
68
69
/**
70
- * @inheritdoc
+ * @inheritDoc
71
*/
72
- public static function tearDownAfterClass()
+ public static function tearDownAfterClass(): void
73
{
74
try {
75
Bootstrap::getObjectManager()->get(StringUtils::class)->deleteTranslate('phrase with &');
0 commit comments