Skip to content

Commit aaf035d

Browse files
committed
Move declare stric type after copyright
Signed-off-by: Denis Kopylov <dkopylov@magenius.team>
1 parent c8777f0 commit aaf035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/Helper/Data.php

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

88
namespace Magento\Payment\Helper;
99

0 commit comments

Comments
 (0)