Skip to content

Commit a7cdae0

Browse files
ArtsiomBruneuskigelanivishal
authored andcommitted
moved strict_types block
1 parent 72b31c9 commit a7cdae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/Test/Unit/Communication/Config/ValidatorTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<?php declare(strict_types=1);
1+
<?php
22
/**
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\Test\Unit\Communication\Config;
79

810
use Magento\Framework\Communication\Config\Validator;

0 commit comments

Comments
 (0)