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 e0f00ae commit e2d647bCopy full SHA for e2d647b
dev/tests/integration/testsuite/Magento/Directory/Setup/DataInstallerTest.php
@@ -1,4 +1,9 @@
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
@@ -23,7 +28,7 @@ class DataInstallerTest extends TestCase
23
28
private $resourceConnection;
24
29
25
30
/**
26
- * @return void
31
+ * @inheritDoc
27
32
*/
33
protected function setUp(): void
34
{
0 commit comments