Skip to content

Commit 69185a9

Browse files
committed
ECP-615: Message broker should use new API to get product information
- use new API in message broker
1 parent 31fb940 commit 69185a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/setup-integration/framework/Magento/TestFramework/SetupApplication.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SetupApplication extends Application
2828
protected $canInstallSequence = false;
2929

3030
/**
31-
* {@inheritdoc}
31+
* @inheritdoc
3232
*/
3333
public function run()
3434
{
@@ -37,6 +37,8 @@ public function run()
3737

3838
/**
3939
* Create dynamic tables
40+
*
41+
* @SuppressWarnings(PHPMD.Generic.CodeAnalysis.EmptyStatement)
4042
*/
4143
protected function createDynamicTables()
4244
{

0 commit comments

Comments
 (0)