Skip to content

Commit 22f6c28

Browse files
committed
Fix ignore rule
1 parent a7e83f5 commit 22f6c28

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping

1 file changed

+2
-1
lines changed

app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/State.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
// phpcs:ignore CookieAndSessionMisuse
76
namespace Magento\Multishipping\Model\Checkout\Type\Multishipping;
87

98
use Magento\Checkout\Model\Session;
109
use Magento\Multishipping\Model\Checkout\Type\Multishipping;
1110

1211
/**
1312
* Multishipping checkout state model
13+
*
14+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1415
*/
1516
class State extends \Magento\Framework\DataObject
1617
{

0 commit comments

Comments
 (0)