Skip to content

Commit 777c86d

Browse files
committed
Fix types
1 parent cfe41e5 commit 777c86d

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Analytics/Controller/Adminhtml/Reports

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Analytics/Controller/Adminhtml/Reports/ShowTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ class ShowTest extends AbstractBackendController
1616
{
1717
private const REPORT_HOST = 'experienceleague.adobe.com';
1818
/**
19-
* @inheritDoc
19+
* @var string
2020
*/
2121
protected $resource = 'Magento_Analytics::advanced_reporting';
2222
/**
23-
* @inheritDoc
23+
* @var string
2424
*/
2525
protected $uri = 'backend/analytics/reports/show';
2626
/**

0 commit comments

Comments
 (0)