Skip to content

Commit 5f63295

Browse files
committed
Fix static test issue 23778
1 parent 27a046c commit 5f63295

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons

1 file changed

+4
-1
lines changed

app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Form.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Coupons;
79

810
/**
911
* Coupons generation parameters form
10-
*
1112
* @author Magento Core Team <core@magentocommerce.com>
13+
*
14+
* Class \Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Coupons\Form
1215
*/
1316
class Form extends \Magento\Backend\Block\Widget\Form\Generic
1417
{

0 commit comments

Comments
 (0)