Skip to content

Commit 24de687

Browse files
committed
ENGCOM-2111: Fix static test failure.
1 parent 74e8a6e commit 24de687

File tree

1 file changed

+6
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Plugin/SalesRule/Model/Rule/Condition

1 file changed

+6
-1
lines changed

app/code/Magento/ConfigurableProduct/Plugin/SalesRule/Model/Rule/Condition/Product.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<?php declare(strict_types=1);
1+
<?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\ConfigurableProduct\Plugin\SalesRule\Model\Rule\Condition;
49

0 commit comments

Comments
 (0)