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 b292396 commit ade0da2Copy full SHA for ade0da2
dev/tests/integration/testsuite/Magento/Directory/Setup/DataInstallerTest.php
@@ -1,9 +1,4 @@
1
<?php
2
-/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
5
- */
6
-declare(strict_types=1);
7
8
namespace Magento\Directory\Setup;
9
@@ -28,7 +23,7 @@ class DataInstallerTest extends TestCase
28
23
private $resourceConnection;
29
24
30
25
/**
31
- * @inheritDoc
26
+ * @return void
32
27
*/
33
protected function setUp(): void
34
{
0 commit comments