Skip to content

Commit e2d647b

Browse files
committed
#37796: Fixed static test
1 parent e0f00ae commit e2d647b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dev/tests/integration/testsuite/Magento/Directory/Setup/DataInstallerTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
27

38
namespace Magento\Directory\Setup;
49

@@ -23,7 +28,7 @@ class DataInstallerTest extends TestCase
2328
private $resourceConnection;
2429

2530
/**
26-
* @return void
31+
* @inheritDoc
2732
*/
2833
protected function setUp(): void
2934
{

0 commit comments

Comments
 (0)