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.
1 parent 31fb940 commit 69185a9Copy full SHA for 69185a9
dev/tests/setup-integration/framework/Magento/TestFramework/SetupApplication.php
@@ -28,7 +28,7 @@ class SetupApplication extends Application
28
protected $canInstallSequence = false;
29
30
/**
31
- * {@inheritdoc}
+ * @inheritdoc
32
*/
33
public function run()
34
{
@@ -37,6 +37,8 @@ public function run()
37
38
39
* Create dynamic tables
40
+ *
41
+ * @SuppressWarnings(PHPMD.Generic.CodeAnalysis.EmptyStatement)
42
43
protected function createDynamicTables()
44
0 commit comments