We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a046c commit 5f63295Copy full SHA for 5f63295
app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Form.php
@@ -3,12 +3,15 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
+
8
namespace Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Coupons;
9
10
/**
11
* Coupons generation parameters form
- *
12
* @author Magento Core Team <core@magentocommerce.com>
13
+ *
14
+ * Class \Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Coupons\Form
15
16
class Form extends \Magento\Backend\Block\Widget\Form\Generic
17
{
0 commit comments