File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Email/Controller/Adminhtml/Email/Template Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
/**
23
23
* Creates a pre-configured instance of AWS S3 driver.
24
+ *
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
26
*/
25
27
class AwsS3Factory implements DriverFactoryInterface
26
28
{
Original file line number Diff line number Diff line change 21
21
*
22
22
* @SuppressWarnings(PHPMD.TooManyFields)
23
23
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
24
25
* @since 100.0.2
25
26
*/
26
27
class Data extends \Magento \Framework \App \Helper \AbstractHelper
Original file line number Diff line number Diff line change 27
27
*
28
28
* @since 100.0.2
29
29
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
30
31
*/
31
32
class Design extends \Magento \Framework \Model \AbstractModel
32
33
{
Original file line number Diff line number Diff line change 18
18
* @method int getStoreId()
19
19
* @method \Magento\Catalog\Model\Product\Compare\Item setStoreId(int $value)
20
20
* @since 100.0.2
21
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
21
22
*/
22
23
class Item extends \Magento \Framework \Model \AbstractModel implements \Magento \Framework \DataObject \IdentityInterface
23
24
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
3
+ * Copyright 2011 Adobe
4
+ * All Rights Reserved.
6
5
*/
7
6
namespace Magento \Email \Controller \Adminhtml \Email \Template ;
8
7
9
- class DefaultTemplate extends \Magento \Email \Controller \Adminhtml \Email \Template
8
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
9
+
10
+ /**
11
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12
+ */
13
+ class DefaultTemplate extends \Magento \Email \Controller \Adminhtml \Email \Template implements HttpGetActionInterface
10
14
{
11
15
/**
12
16
* @var \Magento\Email\Model\Template\Config
You can’t perform that action at this time.
0 commit comments